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)

適用対象