Interface EventHubConsumerGroup.DefinitionStages.WithEventHub
-
- All Known Subinterfaces:
EventHubConsumerGroup.Definition,EventHubConsumerGroup.DefinitionStages.Blank
- Enclosing interface:
- EventHubConsumerGroup.DefinitionStages
@Beta(V1_7_0) public static interface EventHubConsumerGroup.DefinitionStages.WithEventHubThe stage of the consumer group definition allowing to specify the event hub to be associated with it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventHubConsumerGroup.DefinitionStages.WithCreatewithExistingEventHub(EventHub eventHub)Specifies the event hub for which consumer group needs to be created.EventHubConsumerGroup.DefinitionStages.WithCreatewithExistingEventHub(String resourceGroupName, String namespaceName, String eventHubName)Specifies the event hub for which consumer group needs to be created.EventHubConsumerGroup.DefinitionStages.WithCreatewithExistingEventHubId(String eventHubId)Specifies the event hub for which consumer group needs to be created.
-
-
-
Method Detail
-
withExistingEventHub
@Beta(V1_7_0) EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHub(EventHub eventHub)
Specifies the event hub for which consumer group needs to be created.- Parameters:
eventHub- event hub- Returns:
- next stage of the consumer group definition
-
withExistingEventHubId
@Beta(V1_7_0) EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHubId(String eventHubId)
Specifies the event hub for which consumer group needs to be created.- Parameters:
eventHubId- ARM resource id of event hub- Returns:
- next stage of the consumer group definition
-
withExistingEventHub
@Beta(V1_7_0) EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHub(String resourceGroupName, String namespaceName, String eventHubName)
Specifies the event hub for which consumer group needs to be created.- Parameters:
resourceGroupName- event hub namespace resource group namenamespaceName- event hub namespace nameeventHubName- event hub name- Returns:
- next stage of the consumer group definition
-
-