Partager via


ConsumerGroupsOperationsExtensions.Get Méthode

Définition

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

public static Microsoft.Azure.Management.EventHub.Models.ConsumerGroup Get (this Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations operations, string resourceGroupName, string namespaceName, string eventHubName, string consumerGroupName);
static member Get : Microsoft.Azure.Management.EventHub.IConsumerGroupsOperations * string * string * string * string -> Microsoft.Azure.Management.EventHub.Models.ConsumerGroup
<Extension()>
Public Function Get (operations As IConsumerGroupsOperations, resourceGroupName As String, namespaceName As String, eventHubName As String, consumerGroupName As String) As ConsumerGroup

Paramètres

operations
IConsumerGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources dans 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

Retours

S’applique à