Uses of Interface
com.microsoft.azure.management.eventhub.EventHubConsumerGroup.DefinitionStages.WithCreate
-
-
Uses of EventHubConsumerGroup.DefinitionStages.WithCreate in com.microsoft.azure.management.eventhub
Subinterfaces of EventHubConsumerGroup.DefinitionStages.WithCreate in com.microsoft.azure.management.eventhub Modifier and Type Interface Description static interfaceEventHubConsumerGroup.DefinitionThe entirety of the consumer group definition.Methods in com.microsoft.azure.management.eventhub that return EventHubConsumerGroup.DefinitionStages.WithCreate Modifier and Type Method Description EventHubConsumerGroup.DefinitionStages.WithCreateEventHubConsumerGroup.DefinitionStages.WithEventHub. withExistingEventHub(EventHub eventHub)Specifies the event hub for which consumer group needs to be created.EventHubConsumerGroup.DefinitionStages.WithCreateEventHubConsumerGroup.DefinitionStages.WithEventHub. withExistingEventHub(String resourceGroupName, String namespaceName, String eventHubName)Specifies the event hub for which consumer group needs to be created.EventHubConsumerGroup.DefinitionStages.WithCreateEventHubConsumerGroup.DefinitionStages.WithEventHub. withExistingEventHubId(String eventHubId)Specifies the event hub for which consumer group needs to be created.EventHubConsumerGroup.DefinitionStages.WithCreateEventHubConsumerGroup.DefinitionStages.WithUserMetadata. withUserMetadata(String metadata)Specifies user metadata.
-