Get Dev Box Definition Result
data class GetDevBoxDefinitionResult(val activeImageReference: ImageReferenceResponse, 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)
Represents a definition for a Developer Machine.
Constructors
Link copied to clipboard
fun GetDevBoxDefinitionResult(activeImageReference: ImageReferenceResponse, 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)