Interface DedicatedCapacity.UpdateStages.WithMode

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

public static interface DedicatedCapacity.UpdateStages.WithMode
The stage of the DedicatedCapacity update allowing to specify mode.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMode(Mode mode)
    Specifies the mode property: Specifies the generation of the Power BI Embedded capacity.
  • Method Details

    • withMode

      Specifies the mode property: Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2).
      Parameters:
      mode - Specifies the generation of the Power BI Embedded capacity. If no value is specified, the default value 'Gen2' is used. [Learn More](https://docs.microsoft.com/power-bi/developer/embedded/power-bi-embedded-generation-2).
      Returns:
      the next definition stage.