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 WithCaptureOptionalSettingsOrCreate withDataCaptureDisabled()

Specifies that data capture should be disabled for the event hub.

abstract WithCaptureOptionalSettingsOrCreate 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