TestJobOperationsExtensions.Stop 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.
Arrêtez le travail de test. http://aka.ms/azureautomationsdk/testjoboperations
public static Microsoft.Azure.AzureOperationResponse Stop (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
public static void Stop (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName);
static member Stop : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
static member Stop : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> unit
<Extension()>
Public Function Stop (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As AzureOperationResponse
<Extension()>
Public Sub Stop (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String)
Paramètres
- operations
- ITestJobOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom d’un groupe de ressources Azure.
- automationAccountautomationAccountName
- String
- runbookName
- String
Nom du runbook.
Retours
Microsoft.Azure.AzureOperationResponse
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET