Freigeben über


EventHubsApplicationGroupCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren EventHubsApplicationGroupResource Vorgänge darstellt. Jedes EventHubsApplicationGroupResource in der Auflistung gehört zum gleichen instance von EventHubsNamespaceResource. Um einen EventHubsApplicationGroupCollection instance rufen Sie die GetEventHubsApplicationGroups-Methode aus einer instance von aufEventHubsNamespaceResource.

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

Konstruktoren

EventHubsApplicationGroupCollection()

Initialisiert eine neue instance der -Klasse für die EventHubsApplicationGroupCollection 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, EventHubsApplicationGroupData, CancellationToken)

Erstellt oder aktualisiert eine ApplicationGroup für einen Namespace.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}
  • Vorgangs-IdApplicationGroup_CreateOrUpdateApplicationGroup
CreateOrUpdateAsync(WaitUntil, String, EventHubsApplicationGroupData, CancellationToken)

Erstellt oder aktualisiert eine ApplicationGroup für einen Namespace.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}
  • Vorgangs-IdApplicationGroup_CreateOrUpdateApplicationGroup
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}
  • Vorgangs-IdApplicationGroup_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}
  • Vorgangs-IdApplicationGroup_Get
Get(String, CancellationToken)

Ruft eine ApplicationGroup für einen Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}
  • Vorgangs-IdApplicationGroup_Get
GetAll(CancellationToken)

Ruft eine Liste von Anwendungsgruppen für einen Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups
  • Vorgangs-IdApplicationGroup_ListByNamespace
GetAllAsync(CancellationToken)

Ruft eine Liste von Anwendungsgruppen für einen Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups
  • Vorgangs-IdApplicationGroup_ListByNamespace
GetAsync(String, CancellationToken)

Ruft eine ApplicationGroup für einen Namespace ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/applicationGroups/{applicationGroupName}
  • Vorgangs-IdApplicationGroup_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<EventHubsApplicationGroupResource>.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<EventHubsApplicationGroupResource>.GetEnumerator()

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

Gilt für: