IWithCaptureEnabledDisabled Interface

Definition

The stage of the event hub definition allowing to enable or disable data capturing.

public interface IWithCaptureEnabledDisabled : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithCaptureEnabledDisabled = interface
    interface IBeta
Public Interface IWithCaptureEnabledDisabled
Implements IBeta
Derived
Implements

Methods

WithDataCaptureDisabled()

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

WithDataCaptureEnabled()

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

Applies to