Compartir a través de


IotHubDescriptionResource.GetEventHubConsumerGroupInfos(String) Método

Definición

Obtiene una colección de EventHubConsumerGroupInfoResources en IotHubDescription.

public virtual Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoCollection GetEventHubConsumerGroupInfos (string eventHubEndpointName);
abstract member GetEventHubConsumerGroupInfos : string -> Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoCollection
override this.GetEventHubConsumerGroupInfos : string -> Azure.ResourceManager.IotHub.EventHubConsumerGroupInfoCollection
Public Overridable Function GetEventHubConsumerGroupInfos (eventHubEndpointName As String) As EventHubConsumerGroupInfoCollection

Parámetros

eventHubEndpointName
String

Nombre del punto de conexión compatible con Event Hubs.

Devoluciones

Objeto que representa la colección de EventHubConsumerGroupInfoResources y sus operaciones sobre eventHubConsumerGroupInfoResource.

Excepciones

eventHubEndpointName es una cadena vacía y se espera que no esté vacía.

eventHubEndpointName es null.

Se aplica a