次の方法で共有


WorkflowsOperationsExtensions.Abort メソッド

定義

指定されたワークフローを中止します。

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

パラメーター

operations
IWorkflowsOperations

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

resourceGroupName
String

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

storageSyncServiceName
String

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

workflowId
String

ワークフロー ID

戻り値

適用対象