Freigeben über


AutomationJobResource.Get(String, CancellationToken) Methode

Definition

Rufen Sie den durch den Auftragsnamen identifizierten Auftrag ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts}/jobs/{jobName}
  • Vorgangs-IdJob_Get
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationJobResource> Get (string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationJobResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationJobResource>
Public Overridable Function Get (Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationJobResource)

Parameter

clientRequestId
String

Identifiziert diese spezifische Clientanforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: