AutomationAccountResource.GetAutomationJob 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.
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> GetAutomationJob (string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationJob : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationJobResource>
override this.GetAutomationJob : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationJobResource>
Public Overridable Function GetAutomationJob (jobName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationJobResource)
Parameter
- jobName
- String
Der Auftragsname.
- clientRequestId
- String
Identifiziert diese spezifische Clientanforderung.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
jobName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
jobName
ist NULL.