Freigeben über


DataReplicationWorkflowCollection.GetAllAsync Methode

Definition

Ruft die Liste der Aufträge im angegebenen Tresor ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/jobs
  • Vorgangs-IdWorkflow_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource> GetAllAsync (string filter = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>
override this.GetAllAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataReplicationWorkflowResource)

Parameter

filter
String

Filterzeichenfolge.

continuationToken
String

Fortsetzungstoken.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von DataReplicationWorkflowResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: