EventHubConsumerGroupInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EventHubConsumerGroupInfo() |
Initializes a new instance of the EventHubConsumerGroupInfo class. |
EventHubConsumerGroupInfo(IDictionary<String,Object>, String, String, String, String) |
Initializes a new instance of the EventHubConsumerGroupInfo class. |
EventHubConsumerGroupInfo()
Initializes a new instance of the EventHubConsumerGroupInfo class.
public EventHubConsumerGroupInfo ();
Public Sub New ()
Applies to
EventHubConsumerGroupInfo(IDictionary<String,Object>, String, String, String, String)
Initializes a new instance of the EventHubConsumerGroupInfo class.
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)
Parameters
- properties
- IDictionary<String,Object>
The tags.
- id
- String
The Event Hub-compatible consumer group identifier.
- name
- String
The Event Hub-compatible consumer group name.
- type
- String
the resource type.
- etag
- String
The etag.
Applies to
Azure SDK for .NET