DevBoxDefinitionUpdate interface
Partial update of a Dev Box definition resource.
- Extends
Properties
hibernate |
Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate |
image |
Image reference information. |
os |
The storage type used for the Operating System disk of Dev Boxes created using this definition. |
sku | The SKU for Dev Boxes created using this definition. |
Inherited Properties
location | The geo-location where the resource lives |
tags | Resource tags. |
Property Details
hibernateSupport
Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate
hibernateSupport?: string
Property Value
string
imageReference
osStorageType
The storage type used for the Operating System disk of Dev Boxes created using this definition.
osStorageType?: string
Property Value
string
sku
Inherited Property Details
location
The geo-location where the resource lives
location?: string
Property Value
string
Inherited From TrackedResourceUpdate.location
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResourceUpdate.tags