Partager via


JobOperationsExtensions.StopAsync Méthode

Définition

Surcharges

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

Arrêtez le travail identifié par 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)

Paramètres

operations
IJobOperations
resourceGroupName
String
automationAccount
String
jobId
Guid

Retours

Task<Microsoft.Azure.AzureOperationResponse>

S’applique à

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

Arrêtez le travail identifié par 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

Paramètres

operations
IJobOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

jobName
String

Nom du travail.

clientRequestId
String

Identifie cette demande cliente spécifique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à