GetDevBoxDefinitionResult

data class GetDevBoxDefinitionResult(val activeImageReference: ImageReferenceResponse, val azureApiVersion: String, val hibernateSupport: String? = null, val id: String, val imageReference: ImageReferenceResponse, val imageValidationErrorDetails: ImageValidationErrorDetailsResponse, val imageValidationStatus: String, val location: String, val name: String, val osStorageType: String? = null, val provisioningState: String, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val validationStatus: String)

Represents a definition for a Developer Machine.

Constructors

Link copied to clipboard
constructor(activeImageReference: ImageReferenceResponse, azureApiVersion: String, hibernateSupport: String? = null, id: String, imageReference: ImageReferenceResponse, imageValidationErrorDetails: ImageValidationErrorDetailsResponse, imageValidationStatus: String, location: String, name: String, osStorageType: String? = null, provisioningState: String, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, validationStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Image reference information for the currently active image (only populated during updates).

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

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

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

Image reference information.

Link copied to clipboard

Details for image validator error. Populated when the image validation is not successful.

Link copied to clipboard

Validation status of the configured image.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val osStorageType: String? = null

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

Link copied to clipboard

The provisioning state of the resource.

Link copied to clipboard

The SKU for Dev Boxes created using this definition.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Validation status for the Dev Box Definition.