Freigeben über


DataReplicationWorkflowCollection.GetAll 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.Pageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource> GetAll (string filter = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>
override this.GetAll : string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataReplicationWorkflowResource)

Parameter

filter
String

Filterzeichenfolge.

continuationToken
String

Fortsetzungstoken.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von DataReplicationWorkflowResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: