JobOperationsExtensions.StopAsync メソッド

定義

オーバーロード

StopAsync(IJobOperations, String, String, Guid)
StopAsync(IJobOperations, String, String, String, String, CancellationToken)

jobName で識別されるジョブを停止します。 http://aka.ms/azureautomationsdk/joboperations

StopAsync(IJobOperations, String, String, Guid)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> StopAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member StopAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function StopAsync (operations As IJobOperations, resourceGroupName As String, automationAccount As String, jobId As Guid) As Task(Of AzureOperationResponse)

パラメーター

operations
IJobOperations
resourceGroupName
String
automationAccount
String
jobId
Guid

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

適用対象

StopAsync(IJobOperations, String, String, String, String, CancellationToken)

jobName で識別されるジョブを停止します。 http://aka.ms/azureautomationsdk/joboperations

public static System.Threading.Tasks.Task StopAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member StopAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function StopAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IJobOperations

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

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

jobName
String

ジョブ名です。

clientRequestId
String

この特定のクライアント要求を識別します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象