JobOperationsExtensions.StopAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
StopAsync(IJobOperations, String, String, Guid) | |
StopAsync(IJobOperations, String, String, String, String, CancellationToken) |
Beenden Sie den durch jobName identifizierten Auftrag. http://aka.ms/azureautomationsdk/joboperations |
StopAsync(IJobOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> StopAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member StopAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function StopAsync (operations As IJobOperations, resourceGroupName As String, automationAccount As String, jobId As Guid) As Task(Of AzureOperationResponse)
Parameter
- operations
- IJobOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
Gibt zurück
Gilt für:
StopAsync(IJobOperations, String, String, String, String, CancellationToken)
Beenden Sie den durch jobName identifizierten Auftrag. http://aka.ms/azureautomationsdk/joboperations
public static System.Threading.Tasks.Task StopAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member StopAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function StopAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameter
- operations
- IJobOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- jobName
- String
Der Auftragsname.
- clientRequestId
- String
Identifiziert diese spezifische Clientanforderung.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET