MockableRecoveryServicesSiteRecoveryResourceGroupResource.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 virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource> GetReplicationProtectedItemsAsync (string resourceName, string skipToken = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReplicationProtectedItemsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>
override this.GetReplicationProtectedItemsAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectedItemResource>
Public Overridable Function GetReplicationProtectedItemsAsync (resourceName As String, Optional skipToken As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReplicationProtectedItemResource)
Parameters
- 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.
resourceName
is null.
Applies to
Azure SDK for .NET