Share via


ConsumerGroupInner Constructors

Definition

Overloads

ConsumerGroupInner()

Initializes a new instance of the ConsumerGroupInner class.

ConsumerGroupInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the ConsumerGroupInner class.

ConsumerGroupInner()

Initializes a new instance of the ConsumerGroupInner class.

public ConsumerGroupInner ();
Public Sub New ()

Applies to

ConsumerGroupInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the ConsumerGroupInner class.

public ConsumerGroupInner (string id = default, string name = default, string type = default, DateTime? createdAt = default, DateTime? updatedAt = default, string userMetadata = default);
new Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner : string * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional userMetadata As String = Nothing)

Parameters

id
String
name
String
type
String
createdAt
Nullable<DateTime>

Exact time the message was created.

updatedAt
Nullable<DateTime>

The exact time the message was updated.

userMetadata
String

User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored.

Applies to