次の方法で共有


WorkflowsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.StorageSync.Models.Workflow Get (this Microsoft.Azure.Management.StorageSync.IWorkflowsOperations operations, string resourceGroupName, string storageSyncServiceName, string workflowId);
static member Get : Microsoft.Azure.Management.StorageSync.IWorkflowsOperations * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.Workflow
<Extension()>
Public Function Get (operations As IWorkflowsOperations, resourceGroupName As String, storageSyncServiceName As String, workflowId As String) As Workflow

パラメーター

operations
IWorkflowsOperations

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

resourceGroupName
String

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

storageSyncServiceName
String

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

workflowId
String

ワークフロー ID

戻り値

適用対象