Compartilhar via


EventHubConsumerGroupInfo Construtores

Definição

Sobrecargas

EventHubConsumerGroupInfo()

Inicializa uma nova instância da classe EventHubConsumerGroupInfo.

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

Inicializa uma nova instância da classe EventHubConsumerGroupInfo.

EventHubConsumerGroupInfo()

Inicializa uma nova instância da classe EventHubConsumerGroupInfo.

public EventHubConsumerGroupInfo ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

properties
IDictionary<String,Object>

As marcas.

id
String

O identificador de grupo de consumidores compatível com o Hub de Eventos.

name
String

O nome do grupo de consumidores compatível com o Hub de Eventos.

type
String

o tipo de recurso.

etag
String

A etag.

Aplica-se a