WorkflowsOperationsExtensions.EnableAsync メソッド

定義

ワークフローを有効にします。

public static System.Threading.Tasks.Task EnableAsync (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string resourceGroupName, string workflowName, System.Threading.CancellationToken cancellationToken = default);
static member EnableAsync : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function EnableAsync (operations As IWorkflowsOperations, resourceGroupName As String, workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IWorkflowsOperations

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

resourceGroupName
String

リソース グループ名。

workflowName
String

ワークフロー名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象