Interface EventHub.DefinitionStages.WithCaptureEnabledDisabled
- All Known Subinterfaces:
EventHub.Definition
- Enclosing interface:
- EventHub.DefinitionStages
@Beta(V1_7_0)
public static interface EventHub.DefinitionStages.WithCaptureEnabledDisabled
The stage of the event hub definition allowing to enable or disable data capturing.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that data capture should be disabled for the event hub.Specifies that data capture should be enabled for the event hub.
-
Method Details
-
withDataCaptureEnabled
@Beta(V1_7_0) EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureEnabled()Specifies that data capture should be enabled for the event hub.- Returns:
- next stage of the event hub definition
-
withDataCaptureDisabled
@Beta(V1_7_0) EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreate withDataCaptureDisabled()Specifies that data capture should be disabled for the event hub.- Returns:
- next stage of the event hub definition
-