WorkflowsOperationsExtensions.Get メソッド

定義

ワークフローを取得します。

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

パラメーター

operations
IWorkflowsOperations

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

resourceGroupName
String

リソース グループ名。

workflowName
String

ワークフロー名

戻り値

適用対象