Interface DataExport.UpdateStages.WithEventHubName

All Known Subinterfaces:
DataExport.Update
Enclosing interface:
DataExport.UpdateStages

public static interface DataExport.UpdateStages.WithEventHubName
The stage of the DataExport update allowing to specify eventHubName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEventHubName(String eventHubName)
    Specifies the eventHubName property: Optional.
  • Method Details

    • withEventHubName

      DataExport.Update 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.