你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IConsumerGroup Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ConsumerGroupTypeConverter))]
public interface IConsumerGroup : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api20.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ConsumerGroupTypeConverter))>]
type IConsumerGroup = interface
    interface IJsonSerializable
    interface IProxyResource
Public Interface IConsumerGroup
Implements IProxyResource
Derived
Attributes
Implements

Properties

CreatedAt

Exact time the message was created.

Id

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

(Inherited from IProxyResource)
Location

The geo-location where the resource lives

(Inherited from IProxyResource)
Name

The name of the resource

(Inherited from IProxyResource)
SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The type of identity that last modified the resource.

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Type

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

(Inherited from IProxyResource)
UpdatedAt

The exact time the message was updated.

UserMetadata

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to