Interface Lab.DefinitionStages.WithLabStorageType

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

public static interface Lab.DefinitionStages.WithLabStorageType
The stage of the Lab definition allowing to specify labStorageType.
  • Method Details

    • withLabStorageType

      Lab.DefinitionStages.WithCreate withLabStorageType(StorageType labStorageType)
      Specifies the labStorageType property: Type of storage used by the lab. It can be either Premium or Standard. Default is Premium..
      Parameters:
      labStorageType - Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.
      Returns:
      the next definition stage.