Compartilhar via


Método TestJobOperationsExtensions.StopAsync (ITestJobOperations, String, String)

 

Pare 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

public static Task<AzureOperationResponse> StopAsync(
    this ITestJobOperations operations,
    string automationAccount,
    string runbookName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ StopAsync(
    ITestJobOperations^ operations,
    String^ automationAccount,
    String^ runbookName
)
static member StopAsync : 
        operations:ITestJobOperations *
        automationAccount:string *
        runbookName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function StopAsync (
    operations As ITestJobOperations,
    automationAccount As String,
    runbookName As String
) As Task(Of AzureOperationResponse)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

  • runbookName
    Type: System.String

    Obrigatório. O nome do runbook.

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

Classe TestJobOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo