Interface EventHub.DefinitionStages.WithCaptureEnabledDisabled
-
- All Known Subinterfaces:
EventHub.Definition
- Enclosing interface:
- EventHub.DefinitionStages
@Beta(V1_7_0) public static interface EventHub.DefinitionStages.WithCaptureEnabledDisabledThe stage of the event hub definition allowing to enable or disable data capturing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreatewithDataCaptureDisabled()Specifies that data capture should be disabled for the event hub.EventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreatewithDataCaptureEnabled()Specifies that data capture should be enabled for the event hub.
-
-
-
Method Detail
-
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
-
-