ConsumerGroupInner Class

Definition

Single item in List or Get Consumer group operation

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConsumerGroupInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConsumerGroupInner = class
    inherit Resource
Public Class ConsumerGroupInner
Inherits Resource
Inheritance
ConsumerGroupInner
Attributes

Constructors

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.

Properties

CreatedAt

Gets exact time the message was created.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
UpdatedAt

Gets the exact time the message was updated.

UserMetadata

Gets or sets 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.

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to