Freigeben über


HybridRunbookWorkerCollection.Get(String, CancellationToken) Methode

Definition

Rufen Sie einen Hybrid Runbook Worker ab.

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

Parameter

hybridRunbookWorkerId
String

Die Hybrid Runbook Worker-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

hybridRunbookWorkerId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

hybridRunbookWorkerId ist NULL.

Gilt für: