Get Image Result
data class GetImageResult(val azureApiVersion: String, val componentId: String, val description: String, val id: String, val image: String? = null, val imageId: String? = null, val imageName: String, val imageType: String, val name: String, val provisioningState: String, val regionalDataBoundary: String? = null, val systemData: SystemDataResponse, val type: String, val uri: String)
An image resource belonging to a catalog resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, componentId: String, description: String, id: String, image: String? = null, imageId: String? = null, imageName: String, imageType: String, name: String, provisioningState: String, regionalDataBoundary: String? = null, systemData: SystemDataResponse, type: String, uri: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The image component id.
Link copied to clipboard
The image description.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Regional data boundary for an image
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.