Get Custom Image Result
data class GetCustomImageResult(val author: String? = null, val creationDate: String, val customImagePlan: CustomImagePropertiesFromPlanResponse? = null, val dataDiskStorageInfo: List<DataDiskStorageTypeInfoResponse>? = null, val description: String? = null, val id: String, val isPlanAuthorized: Boolean? = null, val location: String? = null, val managedImageId: String? = null, val managedSnapshotId: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String, val vhd: CustomImagePropertiesCustomResponse? = null, val vm: CustomImagePropertiesFromVmResponse? = null)
A custom image.
Constructors
Link copied to clipboard
fun GetCustomImageResult(author: String? = null, creationDate: String, customImagePlan: CustomImagePropertiesFromPlanResponse? = null, dataDiskStorageInfo: List<DataDiskStorageTypeInfoResponse>? = null, description: String? = null, id: String, isPlanAuthorized: Boolean? = null, location: String? = null, managedImageId: String? = null, managedSnapshotId: String? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String, vhd: CustomImagePropertiesCustomResponse? = null, vm: CustomImagePropertiesFromVmResponse? = null)