Freigeben über


HybridRunbookWorkerGroupCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft eine Hybrid Runbook Worker-Gruppe ab.

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

Parameter

hybridRunbookWorkerGroupName
String

Der Name der Hybrid Runbook Worker-Gruppe.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

hybridRunbookWorkerGroupName ist NULL.

Gilt für: