Freigeben über


AutomationJobResource.SuspendAsync(String, CancellationToken) Methode

Definition

Setzen Sie den durch Auftragsnamen identifizierten Auftrag an.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/jobs/{jobName}/suspend
  • Vorgang IdJob_Suspend
public virtual System.Threading.Tasks.Task<Azure.Response> SuspendAsync (string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SuspendAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SuspendAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SuspendAsync (Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: