Interface Pool.DefinitionStages.WithLicenseType

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

public static interface Pool.DefinitionStages.WithLicenseType
The stage of the Pool definition allowing to specify licenseType.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the licenseType property: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created..
  • Method Details

    • withLicenseType

      Pool.DefinitionStages.WithCreate withLicenseType(LicenseType licenseType)
      Specifies the licenseType property: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created..
      Parameters:
      licenseType - Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.
      Returns:
      the next definition stage.