Compartilhar via


Método IJobOperations.StopAsync (String, Guid, CancellationToken)

 

Pare o trabalho identificado pelo jobId. (consulte https://aka.ms/azureautomationsdk/joboperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

Task<AzureOperationResponse> StopAsync(
    string automationAccount,
    Guid jobId,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ StopAsync(
    String^ automationAccount,
    Guid jobId,
    CancellationToken cancellationToken
)
abstract StopAsync : 
        automationAccount:string *
        jobId:Guid *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function StopAsync (
    automationAccount As String,
    jobId As Guid,
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

Valor de retorno

Type: System.Threading.Tasks.Task<AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Consulte também

Interface IJobOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo