Compartilhar via


Método ITestJobOperations.SuspendAsync (String, String, CancellationToken)

 

Suspenda o trabalho de teste. (consulte https://aka.ms/azureautomationsdk/testjoboperations para obter mais informações)

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

Sintaxe

Task<AzureOperationResponse> SuspendAsync(
    string automationAccount,
    string runbookName,
    CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ SuspendAsync(
    String^ automationAccount,
    String^ runbookName,
    CancellationToken cancellationToken
)
abstract SuspendAsync : 
        automationAccount:string *
        runbookName:string *
        cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function SuspendAsync (
    automationAccount As String,
    runbookName As String,
    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 ITestJobOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo