TestJobOperationsExtensions.StopAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
StopAsync(ITestJobOperations, String, String, String) | |
StopAsync(ITestJobOperations, String, String, String, CancellationToken) |
Stop de testtaak. http://aka.ms/azureautomationsdk/testjoboperations |
StopAsync(ITestJobOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> StopAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member StopAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function StopAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of AzureOperationResponse)
Parameters
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
Retouren
Van toepassing op
StopAsync(ITestJobOperations, String, String, String, CancellationToken)
Stop de testtaak. http://aka.ms/azureautomationsdk/testjoboperations
public static System.Threading.Tasks.Task StopAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member StopAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function StopAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- ITestJobOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountName
- String
De naam van het Automation-account.
- runbookName
- String
De naam van het runbook.
- cancellationToken
- CancellationToken
Het annuleringstoken.
Retouren
Van toepassing op
Azure SDK for .NET