Interface EventHub.DefinitionStages
- Enclosing interface:
- EventHub
@Beta(V1_7_0)
public static interface EventHub.DefinitionStages
Grouping of event hub definition stages.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The first stage of a event hub definition.static interface
The stage of the event hub definition allowing to add authorization rule for accessing the event hub.static interface
The stage of the event hub definition allowing to enable or disable data capturing.static interface
The stage of the event hub definition allowing to configure data capturing.static interface
The stage of the event hub definition allowing to specify provider to store captured data when data capturing is enabled.static interface
The stage of the event hub definition allowing to add consumer group for the event hub.static interface
The 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 interface
The stage of the event hub definition allowing to specify the name space in which event hub needs to be created.static interface
The stage of the event hub definition allowing to specify partition count for event hub.static interface
The stage of the event hub definition allowing to specify retention period for event hub events.