Interface EventHubConsumerGroup.DefinitionStages
-
- Enclosing interface:
- EventHubConsumerGroup
@Beta(V1_7_0) public static interface EventHubConsumerGroup.DefinitionStagesGrouping of consumer group definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHubConsumerGroup.DefinitionStages.BlankThe first stage of a event hub definition.static interfaceEventHubConsumerGroup.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 interfaceEventHubConsumerGroup.DefinitionStages.WithEventHubThe stage of the consumer group definition allowing to specify the event hub to be associated with it.static interfaceEventHubConsumerGroup.DefinitionStages.WithUserMetadataThe stage of the consumer group definition allowing to specify user metadata.
-