ConsumerGroup Class

Definition

Single item in List or Get Consumer group operation

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConsumerGroup : Microsoft.Azure.Management.EventHub.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConsumerGroup = class
    inherit ProxyResource
Public Class ConsumerGroup
Inherits ProxyResource
Inheritance
ConsumerGroup
Attributes

Constructors

ConsumerGroup()

Initializes a new instance of the ConsumerGroup class.

ConsumerGroup(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, SystemData)

Initializes a new instance of the ConsumerGroup class.

Properties

CreatedAt

Gets exact time the message was created.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from ProxyResource)
Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
SystemData

Gets the system meta data relating to this resource.

Type

Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

(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.

Applies to