次の方法で共有


IDefinition インターフェイス

定義

イベント ハブ定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IBlank, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureEnabledDisabled, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureOptionalSettingsOrCreate, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCaptureProviderOrCreate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>
type IDefinition = interface
    interface IBeta
    interface IBlank
    interface IWithNamespace
    interface IWithCaptureProviderOrCreate
    interface IWithCreate
    interface ICreatable<IEventHub>
    interface IIndexable
    interface IWithAuthorizationRule
    interface IWithConsumerGroup
    interface IWithPartitionCount
    interface IWithRetentionPeriod
    interface IWithCaptureEnabledDisabled
    interface IWithCaptureOptionalSettingsOrCreate
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IEventHub), IWithCaptureEnabledDisabled, IWithCaptureOptionalSettingsOrCreate, IWithCaptureProviderOrCreate
実装

プロパティ

Key

イベント ハブ定義の全体。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithDataCaptureDisabled()

イベント ハブのデータ キャプチャを無効にすることを指定します。

(継承元 IWithCaptureEnabledDisabled)
WithDataCaptureEnabled()

イベント ハブに対してデータ キャプチャを有効にすることを指定します。

(継承元 IWithCaptureEnabledDisabled)
WithDataCaptureFileNameFormat(String)

キャプチャされたデータを含むファイル名の形式を指定します。

(継承元 IWithCaptureOptionalSettingsOrCreate)
WithDataCaptureSkipEmptyArchives(Boolean)

空のアーカイブをスキップするかどうかを示す値を設定します。

(継承元 IWithCaptureOptionalSettingsOrCreate)
WithDataCaptureWindowSizeInMB(Int32)

キャプチャ ウィンドウのサイズを MB 単位で指定します。

(継承元 IWithCaptureOptionalSettingsOrCreate)
WithDataCaptureWindowSizeInSeconds(Int32)

キャプチャ ウィンドウのサイズを秒単位で指定します。

(継承元 IWithCaptureOptionalSettingsOrCreate)
WithExistingNamespace(IEventHubNamespace)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間を指定します。

(継承元 IWithNamespace)
WithExistingNamespace(String, String)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間を指定します。

(継承元 IWithNamespace)
WithExistingNamespaceId(String)

イベント ハブを作成する必要がある既存のイベント ハブ名前空間の ID を指定します。

(継承元 IWithNamespace)
WithExistingStorageAccountForCapturedData(IStorageAccount, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する既存のストレージ アカウントを指定します。

(継承元 IWithCaptureProviderOrCreate)
WithExistingStorageAccountForCapturedData(String, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する既存のストレージ アカウントを指定します。

(継承元 IWithCaptureProviderOrCreate)
WithNewConsumerGroup(String)

イベント ハブ用に新しいコンシューマー グループを作成することを指定します。

(継承元 IWithConsumerGroup)
WithNewConsumerGroup(String, String)

イベント ハブ用に新しいコンシューマー グループを作成することを指定します。

(継承元 IWithConsumerGroup)
WithNewListenRule(String)

イベント ハブへのリッスン アクセス権を持つ新しい承認規則を作成するように指定します。

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

イベント ハブへのアクセスを管理する新しい承認規則を作成するように指定します。

(継承元 IWithAuthorizationRule)
WithNewNamespace(ICreatable<IEventHubNamespace>)

イベント ハブを作成する必要がある新しい名前空間を指定します。

(継承元 IWithNamespace)
WithNewSendRule(String)

イベント ハブへの送信アクセス権を持つ新しい承認規則を作成するように指定します。

(継承元 IWithAuthorizationRule)
WithNewStorageAccountForCapturedData(ICreatable<IStorageAccount>, String)

データ キャプチャが有効になっているときにキャプチャされたデータを格納する新しいストレージ アカウントを指定します。

(継承元 IWithCaptureProviderOrCreate)
WithPartitionCount(Int64)

イベント ハブ内のパーティションの数を指定します。

(継承元 IWithPartitionCount)
WithRetentionPeriodInDays(Int64)

イベントの保持期間を日数で指定します。

(継承元 IWithRetentionPeriod)

適用対象