次の方法で共有


WorkflowsOperationsExtensions.GetAsync メソッド

定義

ワークフロー リソースを取得する

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)

パラメーター

operations
IWorkflowsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

storageSyncServiceName
String

ストレージ同期サービス リソースの名前。

workflowId
String

ワークフロー ID

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象