Partilhar via


ConsumerGroupsOperationsExtensions.ListByEventHub Método

Definição

Obtém todos os grupos de consumidores em um Namespace. Um feed vazio será retornado se nenhum grupo de consumidores existir no Namespace.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup> ListByEventHub (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, int? skip = default, int? top = default);
static member ListByEventHub : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string * string * string * Nullable<int> * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup>
<Extension()>
Public Function ListByEventHub (operations As IConsumerGroupsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, Optional skip As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of ConsumerGroup)

Parâmetros

operations
IConsumerGroupsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos na assinatura do azure.

namespaceName
String

O nome do namespace

eventHubName
String

O nome do Hub de Eventos

skip
Nullable<Int32>

Skip só será usado se uma operação anterior retornasse um resultado parcial. Se uma resposta anterior contiver um elemento nextLink, o valor do elemento nextLink incluirá um parâmetro skip que especifica um ponto de partida a ser usado para chamadas subsequentes.

top
Nullable<Int32>

Pode ser usado para limitar o número de resultados ao N usageDetails mais recente.

Retornos

Aplica-se a