Uses of Class
com.azure.resourcemanager.devcenter.models.PoolUpdate
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of PoolUpdate in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, PoolUpdate body) Partially updates a machine pool.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PoolInner>,
PoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, PoolUpdate body, com.azure.core.util.Context context) Partially updates a machine pool.PoolsClient.update
(String resourceGroupName, String projectName, String poolName, PoolUpdate body) Partially updates a machine pool.PoolsClient.update
(String resourceGroupName, String projectName, String poolName, PoolUpdate body, com.azure.core.util.Context context) Partially updates a machine pool. -
Uses of PoolUpdate in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionPoolUpdate.withDevBoxDefinitionName
(String devBoxDefinitionName) Set the devBoxDefinitionName property: Name of a Dev Box definition in parent Project of this Pool.PoolUpdate.withLicenseType
(LicenseType licenseType) Set the licenseType property: Specifies the license type indicating the caller has already acquired licenses for the Dev Boxes that will be created.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.PoolUpdate.withLocation
(String location) Set the location property: The geo-location where the resource lives.PoolUpdate.withNetworkConnectionName
(String networkConnectionName) Set the networkConnectionName property: Name of a Network Connection in parent Project of this Pool.Set the tags property: Resource tags.