次の方法で共有


IEventHub インターフェイス

定義

Azure EventHub を表す 型。

public interface IEventHub : 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.EventhubInner>, 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.IEventHub>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate>
type IEventHub = interface
    interface IBeta
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHub>
    interface IUpdatable<IUpdate>
    interface IHasInner<EventhubInner>
Public Interface IEventHub
Implements IBeta, IHasId, IHasInner(Of EventhubInner), IHasManager(Of IEventHubManager), IIndexable, INestedResource, IRefreshable(Of IEventHub), IUpdatable(Of IUpdate)
実装
INestedResource IBeta IHasId IHasInner<EventhubInner> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager> IIndexable IRefreshable<IEventHub> IUpdatable<IUpdate>

プロパティ

CaptureDestination

キャプチャされたデータが格納される宛先の説明を取得します。

DataCaptureFileNameFormat

キャプチャが有効になっているときにキャプチャされたデータを格納するフォーマット ファイル名を取得します。

DataCaptureSkipEmptyArchives

キャプチャが有効になっているときに空のアーカイブをスキップするかどうかを取得します

DataCaptureWindowSizeInMB

キャプチャが有効になっているときにイベントキャプチャに使用するように構成されたウィンドウ (MB) を取得します。

DataCaptureWindowSizeInSeconds

キャプチャが有効になっているときにイベント キャプチャに使用される構成済みウィンドウを秒単位で取得します。

Id

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

(継承元 IHasId)
Inner

Azure EventHub を表す 型。

(継承元 IHasInner<T>)
IsDataCaptureEnabled

イベント ハブ イベントに対してデータ キャプチャが有効な場合は true、それ以外の場合は false を取得します。

Key

Azure EventHub を表す 型。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
MessageRetentionPeriodInDays

イベントの保持期間 (日数) を取得します。

Name

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

(継承元 INestedResource)
NamespaceName

親名前空間の名前を取得します。

NamespaceResourceGroupName

親名前空間のリソース グループを取得します。

PartitionIds

パーティション識別子を取得します。

Type

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

(継承元 INestedResource)

メソッド

ListAuthorizationRules()

Azure EventHub を表す 型。

ListAuthorizationRulesAsync(CancellationToken)

Azure EventHub を表す 型。

ListConsumerGroups()

Azure EventHub を表す 型。

ListConsumerGroupsAsync(CancellationToken)

Azure EventHub を表す 型。

Refresh()

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

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

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

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

Azure EventHub を表す 型。

(継承元 IUpdatable<T>)

適用対象