JobOperationsExtensions.SuspendAsync 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
SuspendAsync(IJobOperations, String, String, Guid) | |
SuspendAsync(IJobOperations, String, String, String, String, CancellationToken) |
Setzen Sie den durch Auftragsnamen identifizierten Auftrag an. http://aka.ms/azureautomationsdk/joboperations |
SuspendAsync(IJobOperations, String, String, Guid)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> SuspendAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member SuspendAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function SuspendAsync (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:
SuspendAsync(IJobOperations, String, String, String, String, CancellationToken)
Setzen Sie den durch Auftragsnamen identifizierten Auftrag an. http://aka.ms/azureautomationsdk/joboperations
public static System.Threading.Tasks.Task SuspendAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member SuspendAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SuspendAsync (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