Partager via


JobOperationsExtensions.StopAsync(IJobOperations, String, Guid) Méthode

Définition

Arrêtez le travail identifié par jobId. (voir http://aka.ms/azureautomationsdk/joboperations pour plus d’informations)

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

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

jobId
Guid

Obligatoire. ID du travail.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à