Get Dev Box Definition Result
data class GetDevBoxDefinitionResult(val activeImageReference: ImageReferenceResponse, val id: String, val imageReference: ImageReferenceResponse, val imageValidationErrorDetails: ImageValidationErrorDetailsResponse, val imageValidationStatus: String, val location: String, val name: String, val osStorageType: String, val provisioningState: String, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents a definition for a Developer Machine.
Constructors
Link copied to clipboard
constructor(activeImageReference: ImageReferenceResponse, id: String, imageReference: ImageReferenceResponse, imageValidationErrorDetails: ImageValidationErrorDetailsResponse, imageValidationStatus: String, location: String, name: String, osStorageType: String, provisioningState: String, sku: SkuResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Image reference information for the currently active image (only populated during updates).
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 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.