Freigeben über


EventHubConsumerGroupInfo Konstruktoren

Definition

Überlädt

EventHubConsumerGroupInfo()

Initialisiert eine neue instance der EventHubConsumerGroupInfo-Klasse.

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

Initialisiert eine neue instance der EventHubConsumerGroupInfo-Klasse.

EventHubConsumerGroupInfo()

Initialisiert eine neue instance der EventHubConsumerGroupInfo-Klasse.

public EventHubConsumerGroupInfo ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der EventHubConsumerGroupInfo-Klasse.

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)

Parameter

properties
IDictionary<String,Object>

Die Tags.

id
String

Der Event Hub-kompatible Consumergruppenbezeichner.

name
String

Der Name der Event Hub-kompatiblen Consumergruppe.

type
String

der Ressourcentyp.

etag
String

Das Etag.

Gilt für: