Freigeben über


HybridRunbookWorkerGroupCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren HybridRunbookWorkerGroupResource Vorgänge darstellt. Jedes HybridRunbookWorkerGroupResource in der Auflistung gehört zum gleichen instance von AutomationAccountResource. Um eine HybridRunbookWorkerGroupCollection instance rufen Sie die GetHybridRunbookWorkerGroups-Methode aus einer instance von aufAutomationAccountResource.

public class HybridRunbookWorkerGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Automation.HybridRunbookWorkerGroupResource>
type HybridRunbookWorkerGroupCollection = class
    inherit ArmCollection
    interface seq<HybridRunbookWorkerGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<HybridRunbookWorkerGroupResource>
Public Class HybridRunbookWorkerGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HybridRunbookWorkerGroupResource), IEnumerable(Of HybridRunbookWorkerGroupResource)
Vererbung
HybridRunbookWorkerGroupCollection
Implementiert

Konstruktoren

HybridRunbookWorkerGroupCollection()

Initialisiert eine neue instance der -Klasse für die HybridRunbookWorkerGroupCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, HybridRunbookWorkerGroupCreateOrUpdateContent, CancellationToken)

Erstellen Sie eine Hybrid Runbook Workergruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Create
CreateOrUpdateAsync(WaitUntil, String, HybridRunbookWorkerGroupCreateOrUpdateContent, CancellationToken)

Erstellen Sie eine Hybrid Runbook Workergruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Create
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Get
Get(String, CancellationToken)

Ruft eine Hybrid Runbook Worker-Gruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Get
GetAll(String, CancellationToken)

Ruft eine Liste von Hybrid Runbook Workergruppen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups
  • Vorgangs-IdHybridRunbookWorkerGroup_ListByAutomationAccount
GetAllAsync(String, CancellationToken)

Ruft eine Liste von Hybrid Runbook Workergruppen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups
  • Vorgangs-IdHybridRunbookWorkerGroup_ListByAutomationAccount
GetAsync(String, CancellationToken)

Ruft eine Hybrid Runbook Worker-Gruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccounts/{automationAccountName}/hybridRunbookWorkerGroups/{hybridRunbookWorkerGroupName}
  • Vorgangs-IdHybridRunbookWorkerGroup_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<HybridRunbookWorkerGroupResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<HybridRunbookWorkerGroupResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: