Partager via


EventHubConsumerGroupInfo Constructeurs

Définition

Surcharges

EventHubConsumerGroupInfo()

Initialise une nouvelle instance de la classe EventHubConsumerGroupInfo.

EventHubConsumerGroupInfo(IDictionary<String,Object>, String, String, String, String)

Initialise une nouvelle instance de la classe EventHubConsumerGroupInfo.

EventHubConsumerGroupInfo()

Initialise une nouvelle instance de la classe EventHubConsumerGroupInfo.

public EventHubConsumerGroupInfo ();
Public Sub New ()

S’applique à

EventHubConsumerGroupInfo(IDictionary<String,Object>, String, String, String, String)

Initialise une nouvelle instance de la classe EventHubConsumerGroupInfo.

public EventHubConsumerGroupInfo (System.Collections.Generic.IDictionary<string,object> properties = default, string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string -> Microsoft.Azure.Management.IotHub.Models.EventHubConsumerGroupInfo
Public Sub New (Optional properties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

Paramètres

properties
IDictionary<String,Object>

Balises.

id
String

Identificateur du groupe de consommateurs compatible avec Event Hub.

name
String

Nom du groupe de consommateurs compatible avec Event Hub.

type
String

type de ressource.

etag
String

etag.

S’applique à