Interface EventHubConsumerGroupInfo.DefinitionStages.WithParentResource

All Known Subinterfaces:
EventHubConsumerGroupInfo.Definition, EventHubConsumerGroupInfo.DefinitionStages.Blank
Enclosing interface:
EventHubConsumerGroupInfo.DefinitionStages

public static interface EventHubConsumerGroupInfo.DefinitionStages.WithParentResource
The stage of the EventHubConsumerGroupInfo definition allowing to specify parent resource.
  • Method Details

    • withExistingEventHubEndpoint

      EventHubConsumerGroupInfo.DefinitionStages.WithProperties withExistingEventHubEndpoint(String resourceGroupName, String resourceName, String eventHubEndpointName)
      Specifies resourceGroupName, resourceName, eventHubEndpointName.
      Parameters:
      resourceGroupName - The name of the resource group that contains the IoT hub.
      resourceName - The name of the IoT hub.
      eventHubEndpointName - The name of the Event Hub-compatible endpoint in the IoT hub.
      Returns:
      the next definition stage.