Interface DataExport.DefinitionStages.WithEventHubName

All Known Subinterfaces:
DataExport.Definition, DataExport.DefinitionStages.WithCreate
Enclosing interface:
DataExport.DefinitionStages

public static interface DataExport.DefinitionStages.WithEventHubName
The stage of the DataExport definition allowing to specify eventHubName.
  • Method Details

    • withEventHubName

      DataExport.DefinitionStages.WithCreate withEventHubName(String eventHubName)
      Specifies the eventHubName property: Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account..
      Parameters:
      eventHubName - Optional. Allows to define an Event Hub name. Not applicable when destination is Storage Account.
      Returns:
      the next definition stage.