Freigeben über


EventHubConsumerGroupInfoCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren EventHubConsumerGroupInfoResource Vorgänge darstellt. Jedes EventHubConsumerGroupInfoResource in der Auflistung gehört zum gleichen instance von IotHubDescriptionResource. Um eine EventHubConsumerGroupInfoCollection instance rufen Sie die GetEventHubConsumerGroupInfos-Methode aus einer instance von IotHubDescriptionResourceauf.

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

Konstruktoren

EventHubConsumerGroupInfoCollection()

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

Fügen Sie eine Consumergruppe zu einem Event Hub-kompatiblen Endpunkt in einem IoT Hub hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • Vorgangs-IdIotHubResource_CreateEventHubConsumerGroup
CreateOrUpdateAsync(WaitUntil, String, EventHubConsumerGroupInfoCreateOrUpdateContent, CancellationToken)

Fügen Sie eine Consumergruppe zu einem Event Hub-kompatiblen Endpunkt in einem IoT Hub hinzu.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • Vorgangs-IdIotHubResource_CreateEventHubConsumerGroup
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • Vorgangs-IdIotHubResource_GetEventHubConsumerGroup
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • Vorgangs-IdIotHubResource_GetEventHubConsumerGroup
Get(String, CancellationToken)

Rufen Sie eine Consumergruppe vom Event Hub-kompatiblen Device-to-Cloud-Endpunkt für einen IoT Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • Vorgangs-IdIotHubResource_GetEventHubConsumerGroup
GetAll(CancellationToken)

Rufen Sie eine Liste der Consumergruppen im Event Hub-kompatiblen Device-to-Cloud-Endpunkt in einem IoT Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups
  • Vorgangs-IdIotHubResource_ListEventHubConsumerGroups
GetAllAsync(CancellationToken)

Rufen Sie eine Liste der Consumergruppen im Event Hub-kompatiblen Device-to-Cloud-Endpunkt in einem IoT Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups
  • Vorgangs-IdIotHubResource_ListEventHubConsumerGroups
GetAsync(String, CancellationToken)

Rufen Sie eine Consumergruppe vom Event Hub-kompatiblen Device-to-Cloud-Endpunkt für einen IoT Hub ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/eventHubEndpoints/{eventHubEndpointName}/ConsumerGroups/{name}
  • Vorgangs-IdIotHubResource_GetEventHubConsumerGroup
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<EventHubConsumerGroupInfoResource>.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<EventHubConsumerGroupInfoResource>.GetEnumerator()

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

Gilt für: