Freigeben über


ReplicationProtectionIntentCollection.GetAllAsync Methode

Definition

Ruft die Liste der OBJEKTE der ASR-Replikationsschutzabsicht im Tresor ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationProtectionIntents
  • Vorgang IdReplicationProtectionIntents_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectionIntentResource> GetAllAsync (string skipToken = default, string takeToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectionIntentResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesSiteRecovery.ReplicationProtectionIntentResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional takeToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReplicationProtectionIntentResource)

Parameter

skipToken
String

Das Paginierungstoken.

takeToken
String

Die Seitengröße.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ReplicationProtectionIntentResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: