Uses of Class
com.azure.resourcemanager.devcenter.models.LocalAdminStatus
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of LocalAdminStatus in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionPoolInner.localAdministrator()
Get the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.PoolUpdateProperties.localAdministrator()
Get the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.Modifier and TypeMethodDescriptionPoolInner.withLocalAdministrator
(LocalAdminStatus localAdministrator) Set the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.PoolProperties.withLocalAdministrator
(LocalAdminStatus localAdministrator) Set the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.PoolUpdateProperties.withLocalAdministrator
(LocalAdminStatus localAdministrator) Set the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box. -
Uses of LocalAdminStatus in com.azure.resourcemanager.devcenter.models
Modifier and TypeFieldDescriptionstatic final LocalAdminStatus
LocalAdminStatus.DISABLED
Static value Disabled for LocalAdminStatus.static final LocalAdminStatus
LocalAdminStatus.ENABLED
Static value Enabled for LocalAdminStatus.Modifier and TypeMethodDescriptionstatic LocalAdminStatus
LocalAdminStatus.fromString
(String name) Creates or finds a LocalAdminStatus from its string representation.Pool.localAdministrator()
Gets the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.PoolUpdate.localAdministrator()
Get the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.Modifier and TypeMethodDescriptionstatic Collection<LocalAdminStatus>
LocalAdminStatus.values()
Gets known LocalAdminStatus values.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithLocalAdministrator.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..Pool.UpdateStages.WithLocalAdministrator.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..PoolUpdate.withLocalAdministrator
(LocalAdminStatus localAdministrator) Set the localAdministrator property: Indicates whether owners of Dev Boxes in this pool are added as local administrators on the Dev Box.