次の方法で共有


IWithCaptureEnabledDisabled インターフェイス

定義

データキャプチャを有効または無効にできるイベント ハブ定義のステージ。

public interface IWithCaptureEnabledDisabled : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithCaptureEnabledDisabled = interface
    interface IBeta
Public Interface IWithCaptureEnabledDisabled
Implements IBeta
派生
実装

メソッド

WithDataCaptureDisabled()

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

WithDataCaptureEnabled()

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

適用対象