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.
|
EventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHub(EventHub eventHub)
eventHub - event hubEventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHubId(String eventHubId)
eventHubId - ARM resource id of event hubEventHubConsumerGroup.DefinitionStages.WithCreate withExistingEventHub(String resourceGroupName, String namespaceName, String eventHubName)
resourceGroupName - event hub namespace resource group namenamespaceName - event hub namespace nameeventHubName - event hub nameCopyright © 2020 Microsoft Corporation. All rights reserved.