RecoveryServicesSiteRecoveryExtensions.GetReplicationProtectedItemsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of ASR replication protected items in the vault.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectedItems
- Operation Id: ReplicationProtectedItems_List
- Default Api Version: 2023-08-01
- Resource: ReplicationProtectedItemResource
public static Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource> GetReplicationProtectedItemsAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceName, string skipToken = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetReplicationProtectedItemsAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>
<Extension()>
Public Function GetReplicationProtectedItemsAsync (resourceGroupResource As ResourceGroupResource, resourceName As String, Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReplicationProtectedItemResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- resourceName
- String
The name of the recovery services vault.
- skipToken
- String
The pagination token. Possible values: "FabricId" or "FabricId_CloudId" or null.
- filter
- String
OData filter options.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ReplicationProtectedItemResource that may take multiple service requests to iterate over.
Exceptions
resourceName
is an empty string, and was expected to be non-empty.
resourceGroupResource
or resourceName
is null.
Applies to
Azure SDK for .NET