EventHub.DefinitionStages.WithCaptureEnabledDisabled Interface
public static interface EventHub.DefinitionStages.WithCaptureEnabledDisabled
The stage of the event hub definition allowing to enable or disable data capturing.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDataCaptureDisabled()
Specifies that data capture should be disabled for the event hub. |
abstract
With |
withDataCaptureEnabled()
Specifies that data capture should be enabled for the event hub. |
Method Details
withDataCaptureDisabled
public abstract EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureDisabled()
Specifies that data capture should be disabled for the event hub.
Returns:
next stage of the event hub definition
withDataCaptureEnabled
public abstract EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureEnabled()
Specifies that data capture should be enabled for the event hub.
Returns:
next stage of the event hub definition
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java