Compartilhar via


Método TestJobOperationsExtensions.Stop (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 AzureOperationResponse Stop(
    this ITestJobOperations operations,
    string automationAccount,
    string runbookName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Stop(
    ITestJobOperations^ operations,
    String^ automationAccount,
    String^ runbookName
)
static member Stop : 
        operations:ITestJobOperations *
        automationAccount:string *
        runbookName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Stop (
    operations As ITestJobOperations,
    automationAccount As String,
    runbookName As String
) As 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: Microsoft.Azure.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