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.StringO nome da conta de automação.
runbookName
Type: System.StringO nome do runbook.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
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