Uses of Class
com.azure.resourcemanager.devcenter.models.DevBoxDefinitionUpdate
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of DevBoxDefinitionUpdate in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevBoxDefinitionInner>,
DevBoxDefinitionInner> DevBoxDefinitionsClient.beginUpdate
(String resourceGroupName, String devCenterName, String devBoxDefinitionName, DevBoxDefinitionUpdate body) Partially updates a Dev Box definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DevBoxDefinitionInner>,
DevBoxDefinitionInner> DevBoxDefinitionsClient.beginUpdate
(String resourceGroupName, String devCenterName, String devBoxDefinitionName, DevBoxDefinitionUpdate body, com.azure.core.util.Context context) Partially updates a Dev Box definition.DevBoxDefinitionsClient.update
(String resourceGroupName, String devCenterName, String devBoxDefinitionName, DevBoxDefinitionUpdate body) Partially updates a Dev Box definition.DevBoxDefinitionsClient.update
(String resourceGroupName, String devCenterName, String devBoxDefinitionName, DevBoxDefinitionUpdate body, com.azure.core.util.Context context) Partially updates a Dev Box definition. -
Uses of DevBoxDefinitionUpdate in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionDevBoxDefinitionUpdate.withHibernateSupport
(HibernateSupport hibernateSupport) Set the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinitionUpdate.withImageReference
(ImageReference imageReference) Set the imageReference property: Image reference information.DevBoxDefinitionUpdate.withLocation
(String location) Set the location property: The geo-location where the resource lives.DevBoxDefinitionUpdate.withOsStorageType
(String osStorageType) Set the osStorageType property: The storage type used for the Operating System disk of Dev Boxes created using this definition.Set the sku property: The SKU for Dev Boxes created using this definition.Set the tags property: Resource tags.