ConsumerGroupsOperationsExtensions.ListByEventHubAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient tous les groupes de consommateurs d’un espace de noms. Un flux vide est retourné si aucun groupe de consommateurs n’existe dans l’espace de noms.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup>> ListByEventHubAsync (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, int? skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByEventHubAsync : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.ConsumerGroup>>
<Extension()>
Public Function ListByEventHubAsync (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, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ConsumerGroup))
Paramètres
- operations
- IConsumerGroupsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement Azure.
- namespaceName
- String
Nom de l’espace de noms
- eventHubName
- String
Nom du hub d’événements
Skip est utilisé uniquement si une opération précédente a retourné un résultat partiel. Si une réponse précédente contient un élément nextLink, la valeur de l’élément nextLink inclut un paramètre skip qui spécifie un point de départ à utiliser pour les appels suivants.
Peut être utilisé pour limiter le nombre de résultats aux N usageDetails les plus récents.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET