次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含むイベント ハブの更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IWithAuthorizationRule, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IWithCapture, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IWithConsumerGroup, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IWithPartitionCount, Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IWithRetentionPeriod, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHub>
type IUpdate = interface
    interface IBeta
    interface IAppliable<IEventHub>
    interface IIndexable
    interface IWithConsumerGroup
    interface IWithAuthorizationRule
    interface IWithCapture
    interface IWithPartitionCount
    interface IWithRetentionPeriod
Public Interface IUpdate
Implements IAppliable(Of IEventHub), IBeta, IWithAuthorizationRule, IWithCapture, IWithConsumerGroup, IWithPartitionCount, IWithRetentionPeriod
実装

プロパティ

Key

変更可能なすべての設定を含むイベント ハブの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

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

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

(継承元 IWithCapture)
WithDataCaptureEnabled()

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

(継承元 IWithCapture)
WithDataCaptureFileNameFormat(String)

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

(継承元 IWithCapture)
WithDataCaptureSkipEmptyArchives(Boolean)

空のアーカイブをスキップするかどうかをキャプチャに指定しました。

(継承元 IWithCapture)
WithDataCaptureWindowSizeInMB(Int32)

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

(継承元 IWithCapture)
WithDataCaptureWindowSizeInSeconds(Int32)

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

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

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

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

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

(継承元 IWithCapture)
WithNewConsumerGroup(String)

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

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

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

(継承元 IWithConsumerGroup)
WithNewListenRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewManageRule(String)

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

(継承元 IWithAuthorizationRule)
WithNewSendRule(String)

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

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

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

(継承元 IWithCapture)
WithoutAuthorizationRule(String)

イベント ハブに関連付けられている承認規則を削除する必要があることを指定します。

(継承元 IWithAuthorizationRule)
WithoutConsumerGroup(String)

イベント ハブに関連付けられているコンシューマー グループを削除する必要があることを指定します。

(継承元 IWithConsumerGroup)
WithPartitionCount(Int64)

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

(継承元 IWithPartitionCount)
WithRetentionPeriodInDays(Int64)

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

(継承元 IWithRetentionPeriod)

適用対象