TestJobOperationsExtensions.Suspend Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Suspendez le travail de test. (voir http://aka.ms/azureautomationsdk/testjoboperations pour plus d’informations)
public static Microsoft.Azure.AzureOperationResponse Suspend (this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, string runbookName);
static member Suspend : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Suspend (operations As ITestJobOperations, automationAccount As String, runbookName As String) As 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
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET