EventHubConsumerGroupName Constructeurs
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.
Surcharges
EventHubConsumerGroupName() |
Initialise une nouvelle instance de la classe EventHubConsumerGroupName. |
EventHubConsumerGroupName(String) |
Initialise une nouvelle instance de la classe EventHubConsumerGroupName. |
EventHubConsumerGroupName()
Initialise une nouvelle instance de la classe EventHubConsumerGroupName.
public EventHubConsumerGroupName ();
Public Sub New ()
S’applique à
EventHubConsumerGroupName(String)
Initialise une nouvelle instance de la classe EventHubConsumerGroupName.
public EventHubConsumerGroupName (string name);
new Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName : string -> Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupName
Public Sub New (name As String)
Paramètres
- name
- String
Nom du groupe de consommateurs EventHub
S’applique à
Azure SDK for .NET