IEventHubConsumerGroup インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
イベント ハブのコンシューマー グループを表す型。
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)
- 実装
-
INestedResource IBeta IHasId IHasInner<ConsumerGroupInner> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager> IIndexable IRefreshable<IEventHubConsumerGroup> IUpdatable<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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET