Freigeben über


WorkflowsOperationsExtensions.GetAsync Methode

Definition

Abrufen der Workflows-Ressource

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.Workflow> GetAsync (this Microsoft.Azure.Management.StorageSync.IWorkflowsOperations operations, string resourceGroupName, string storageSyncServiceName, string workflowId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StorageSync.IWorkflowsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.Workflow>
<Extension()>
Public Function GetAsync (operations As IWorkflowsOperations, resourceGroupName As String, storageSyncServiceName As String, workflowId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Workflow)

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

storageSyncServiceName
String

Name der Speichersynchronisierungsdienstressource.

workflowId
String

Workflow-ID

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: