Get Custom Image Result
data class GetCustomImageResult(val creationTime: String, val definitionName: String, val id: String, val name: String, val osDiskImageSizeInGB: Double, val product: String, val provisioningState: String, val release: String, val releaseVersionDate: String, val source: String, val status: String, val systemData: SystemDataResponse, val type: String, val validationResults: ImageValidationResultsResponse, val versionName: String, val vhdFileName: String, val vhdId: String? = null)
The test base custom image resource.
Constructors
Link copied to clipboard
fun GetCustomImageResult(creationTime: String, definitionName: String, id: String, name: String, osDiskImageSizeInGB: Double, product: String, provisioningState: String, release: String, releaseVersionDate: String, source: String, status: String, systemData: SystemDataResponse, type: String, validationResults: ImageValidationResultsResponse, versionName: String, vhdFileName: String, vhdId: String? = null)