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
constructor(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)
Properties
Link copied to clipboard
The UTC timestamp when the custom image was published.
Link copied to clipboard
Image definition name.
Link copied to clipboard
This property indicates the size of the VHD to be created.
Link copied to clipboard
The provisioning state of the resource.
Link copied to clipboard
The release version date of the release of the custom image OS.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The validation result of the custom image.
Link copied to clipboard
Image version name.
Link copied to clipboard
The file name of the associated VHD resource.