DevBoxDefinitionUpdate interface

Partial update of a Dev Box definition resource.

Extends

Properties

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

imageReference

Image reference information.

osStorageType

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

Image reference information.

imageReference?: ImageReference

Property Value

osStorageType

The storage type used for the Operating System disk of Dev Boxes created using this definition.

osStorageType?: string

Property Value

string

sku

The SKU for Dev Boxes created using this definition.

sku?: Sku

Property Value

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