Interface Pool.UpdateStages.WithLocalAdministrator

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

public static interface Pool.UpdateStages.WithLocalAdministrator
The stage of the Pool update allowing to specify localAdministrator.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box..
  • Method Details

    • withLocalAdministrator

      Pool.Update withLocalAdministrator(LocalAdminStatus localAdministrator)
      Specifies the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box..
      Parameters:
      localAdministrator - Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.
      Returns:
      the next definition stage.