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

ConsumerGroupDescription 类

定义

表示使用者组的说明。

[System.Runtime.Serialization.DataContract(Name="ConsumerGroupDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class ConsumerGroupDescription : Microsoft.ServiceBus.Messaging.EntityDescription
[<System.Runtime.Serialization.DataContract(Name="ConsumerGroupDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type ConsumerGroupDescription = class
    inherit EntityDescription
Public NotInheritable Class ConsumerGroupDescription
Inherits EntityDescription
继承
ConsumerGroupDescription
属性

构造函数

ConsumerGroupDescription(String, String)

初始化 ConsumerGroupDescription 类的新实例。

属性

CreatedAt

获取消息的确切创建时间。

EventHubPath

获取或设置事件中心的路径。

ExtensionData

获取或设置包含额外数据的结构。

(继承自 EntityDescription)
IsReadOnly

获取或设置一个值,该值指示实体说明是否为只读。

(继承自 EntityDescription)
Name

获取使用者组说明的名称。

UpdatedAt

获取消息已更新的确切时间。

UserMetadata

获取或设置用户元数据。

方法

ThrowIfReadOnly()

如果实体说明为只读,则引发异常。

(继承自 EntityDescription)

适用于