@Beta(value=V1_7_0)
public static interface EventHubConsumerGroup.DefinitionStages.WithEventHub
| Modifier and Type | Method and Description |
|---|---|
EventHubConsumerGroup.DefinitionStages.WithCreate |
withExistingEventHub(EventHub eventHub)
Specifies the event hub for which consumer group needs to be created.
|
EventHubConsumerGroup.DefinitionStages.WithCreate |
withExistingEventHub(String resourceGroupName,
String namespaceName,
String eventHubName)
Specifies the event hub for which consumer group needs to be created.
|
EventHubConsumerGroup.DefinitionStages.WithCreate |
withExistingEventHubId(String eventHubId)
Specifies the event hub for which consumer group needs to be created.
|
@Beta(value=V1_7_0) EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHub(EventHub eventHub)
eventHub - event hub@Beta(value=V1_7_0) EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHubId(String eventHubId)
eventHubId - ARM resource id of event hub@Beta(value=V1_7_0) EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHub(String resourceGroupName, String namespaceName, String eventHubName)
resourceGroupName - event hub namespace resource group namenamespaceName - event hub namespace nameeventHubName - event hub nameCopyright © 2019. All rights reserved.