SiteRecoveryProtectableItemCollection Class

Definition

A class representing a collection of SiteRecoveryProtectableItemResource and their operations. Each SiteRecoveryProtectableItemResource in the collection will belong to the same instance of SiteRecoveryProtectionContainerResource. To get a SiteRecoveryProtectableItemCollection instance call the GetSiteRecoveryProtectableItems method from an instance of SiteRecoveryProtectionContainerResource.

public class SiteRecoveryProtectableItemCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.SiteRecoveryProtectableItemResource>
type SiteRecoveryProtectableItemCollection = class
    inherit ArmCollection
    interface seq<SiteRecoveryProtectableItemResource>
    interface IEnumerable
    interface IAsyncEnumerable<SiteRecoveryProtectableItemResource>
Public Class SiteRecoveryProtectableItemCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SiteRecoveryProtectableItemResource), IEnumerable(Of SiteRecoveryProtectableItemResource)
Inheritance
SiteRecoveryProtectableItemCollection
Implements

Constructors

SiteRecoveryProtectableItemCollection()

Initializes a new instance of the SiteRecoveryProtectableItemCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
Get(String, CancellationToken)

The operation to get the details of a protectable item.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
GetAll(String, String, String, CancellationToken)

Lists the protectable items in a protection container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems
  • Operation Id: ReplicationProtectableItems_ListByReplicationProtectionContainers
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
GetAllAsync(String, String, String, CancellationToken)

Lists the protectable items in a protection container.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems
  • Operation Id: ReplicationProtectableItems_ListByReplicationProtectionContainers
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
GetAsync(String, CancellationToken)

The operation to get the details of a protectable item.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectableItems/{protectableItemName}
  • Operation Id: ReplicationProtectableItems_Get
  • Default Api Version: 2023-08-01
  • Resource: SiteRecoveryProtectableItemResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SiteRecoveryProtectableItemResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteRecoveryProtectableItemResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to