Interface DevBoxDefinition.UpdateStages.WithSku

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

public static interface DevBoxDefinition.UpdateStages.WithSku
The stage of the DevBoxDefinition update allowing to specify sku.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSku(Sku sku)
    Specifies the sku property: The SKU for Dev Boxes created using this definition..
  • Method Details

    • withSku

      Specifies the sku property: The SKU for Dev Boxes created using this definition..
      Parameters:
      sku - The SKU for Dev Boxes created using this definition.
      Returns:
      the next definition stage.