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:
withDataCaptureEnabled
public abstract EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureEnabled()
Specifies that data capture should be enabled for the event hub.
Returns:
Applies to
Azure SDK for Java