次の方法で共有


IEventHubConsumerGroup インターフェイス

定義

イベント ハブのコンシューマー グループを表す型。

public interface IEventHubConsumerGroup : Microsoft.Azure.Management.Eventhub.Fluent.INestedResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Update.IUpdate>
type IEventHubConsumerGroup = interface
    interface IBeta
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHubConsumerGroup>
    interface IHasInner<ConsumerGroupInner>
    interface IUpdatable<IUpdate>
Public Interface IEventHubConsumerGroup
Implements IBeta, IHasId, IHasInner(Of ConsumerGroupInner), IHasManager(Of IEventHubManager), IIndexable, INestedResource, IRefreshable(Of IEventHubConsumerGroup), IUpdatable(Of IUpdate)
実装

プロパティ

CreatedAt

コンシューマー グループの作成時間を取得します。

EventHubName

親イベント ハブの名前を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

イベント ハブのコンシューマー グループを表す型。

(継承元 IHasInner<T>)
Key

イベント ハブのコンシューマー グループを表す型。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

リソース名を取得します。

(継承元 INestedResource)
NamespaceName

親イベント ハブの名前空間名を取得します。

NamespaceResourceGroupName

親イベント ハブが存在する名前空間のリソース グループを取得します。

Type

リソースの種類を取得します。

(継承元 INestedResource)
UpdatedAt

コンシューマー グループの最終変更時刻を取得します。

UserMetadata

コンシューマー グループに関連付けられているユーザー メタデータを取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

イベント ハブのコンシューマー グループを表す型。

(継承元 IUpdatable<T>)

適用対象