Partager via


IotHubResourceOperationsExtensions.CreateEventHubConsumerGroup Méthode

Définition

Ajouter un groupe de consommateurs à un point de terminaison compatible Avec Event Hub dans un hub IoT

public static Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo CreateEventHubConsumerGroup (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string eventHubEndpointName, string name, Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName properties);
static member CreateEventHubConsumerGroup : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * string * Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName -> Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo
<Extension()>
Public Function CreateEventHubConsumerGroup (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, eventHubEndpointName As String, name As String, properties As EventHubConsumerGroupName) As EventHubConsumerGroupInfo

Paramètres

operations
IIotHubResourceOperations

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

resourceGroupName
String

Nom du groupe de ressources qui contient le hub IoT.

resourceName
String

Nom du hub IoT.

eventHubEndpointName
String

Nom du point de terminaison compatible Avec Event Hub dans le hub IoT.

name
String

Nom du groupe de consommateurs à ajouter.

Retours

Remarques

Ajoutez un groupe de consommateurs à un point de terminaison compatible Avec Event Hub dans un hub IoT.

S’applique à