Interface EventHub.DefinitionStages
-
- Enclosing interface:
- EventHub
@Beta(V1_7_0) public static interface EventHub.DefinitionStagesGrouping of event hub definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHub.DefinitionStages.BlankThe first stage of a event hub definition.static interfaceEventHub.DefinitionStages.WithAuthorizationRuleThe stage of the event hub definition allowing to add authorization rule for accessing the event hub.static interfaceEventHub.DefinitionStages.WithCaptureEnabledDisabledThe stage of the event hub definition allowing to enable or disable data capturing.static interfaceEventHub.DefinitionStages.WithCaptureOptionalSettingsOrCreateThe stage of the event hub definition allowing to configure data capturing.static interfaceEventHub.DefinitionStages.WithCaptureProviderOrCreateThe stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.static interfaceEventHub.DefinitionStages.WithConsumerGroupThe stage of the event hub definition allowing to add consumer group for the event hub.static interfaceEventHub.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceEventHub.DefinitionStages.WithNamespaceThe stage of the event hub definition allowing to specify the name space in which event hub needs to be created.static interfaceEventHub.DefinitionStages.WithPartitionCountThe stage of the event hub definition allowing to specify partition count for event hub.static interfaceEventHub.DefinitionStages.WithRetentionPeriodThe stage of the event hub definition allowing to specify retention period for event hub events.
-