Partager via


ConsumerGroupsOperationsExtensions.GetAsync Méthode

Définition

Obtient une description pour le groupe de consommateurs spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner> GetAsync (this Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string consumerGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner>
<Extension()>
Public Function GetAsync (operations As IConsumerGroupsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, consumerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ConsumerGroupInner)

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

consumerGroupName
String

Nom du groupe de consommateurs

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à