Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition Namespace

Interfaces

IBlank

The first stage of a event hub definition.

IDefinition

The entirety of the event hub definition.

IWithAuthorizationRule

The stage of the event hub definition allowing to add authorization rule for accessing the event hub.

IWithCaptureEnabledDisabled

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

IWithCaptureOptionalSettingsOrCreate

The stage of the event hub definition allowing to configure data capturing.

IWithCaptureProviderOrCreate

The stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.

IWithConsumerGroup

The stage of the event hub definition allowing to add consumer group for the event hub.

IWithCreate

The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.

IWithNamespace

The stage of the event hub definition allowing to specify the name space in which event hub needs to be created.

IWithPartitionCount

The stage of the event hub definition allowing to specify partition count for event hub.

IWithRetentionPeriod

The stage of the event hub definition allowing to specify retention period for event hub events.