Partager via


TestJobOperationsExtensions.ResumeAsync Méthode

Définition

Reprenez le travail de test. (voir http://aka.ms/azureautomationsdk/testjoboperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> ResumeAsync (this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, string runbookName);
static member ResumeAsync : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function ResumeAsync (operations As ITestJobOperations, automationAccount As String, runbookName As String) As Task(Of AzureOperationResponse)

Paramètres

operations
ITestJobOperations

Référence à Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

runbookName
String

Obligatoire. Nom du runbook.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à