DataReplicationVaultResource.GetDataReplicationWorkflowAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Details des Auftrags ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataReplication/replicationVaults/{vaultName}/jobs/{jobName}
- Vorgang IdWorkflow_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>> GetDataReplicationWorkflowAsync (string jobName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataReplicationWorkflowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>>
override this.GetDataReplicationWorkflowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.RecoveryServicesDataReplication.DataReplicationWorkflowResource>>
Public Overridable Function GetDataReplicationWorkflowAsync (jobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataReplicationWorkflowResource))
Parameter
- jobName
- String
Der Name des Auftrags (Workflow).
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
jobName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
jobName
ist NULL.