次の方法で共有


IWithCaptureOptionalSettingsOrCreate インターフェイス

定義

データ キャプチャを構成できるイベント ハブ定義のステージ。

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

プロパティ

Key

データ キャプチャを構成できるイベント ハブ定義のステージ。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
WithDataCaptureFileNameFormat(String)

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

WithDataCaptureSkipEmptyArchives(Boolean)

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

WithDataCaptureWindowSizeInMB(Int32)

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

WithDataCaptureWindowSizeInSeconds(Int32)

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

WithNewConsumerGroup(String)

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

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

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

(継承元 IWithConsumerGroup)
WithNewListenRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewSendRule(String)

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

(継承元 IWithAuthorizationRule)
WithPartitionCount(Int64)

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

(継承元 IWithPartitionCount)
WithRetentionPeriodInDays(Int64)

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

(継承元 IWithRetentionPeriod)

適用対象