Get Gallery Image Result
data class GetGalleryImageResult(val cloudInitDataSource: String? = null, val containerName: String? = null, val extendedLocation: ExtendedLocationResponse? = null, val hyperVGeneration: String? = null, val id: String, val identifier: GalleryImageIdentifierResponse? = null, val imagePath: String? = null, val location: String, val name: String, val osType: String? = null, val provisioningState: String, val status: GalleryImageStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: GalleryImageVersionResponse? = null)
The gallery images resource definition.
Constructors
Link copied to clipboard
constructor(cloudInitDataSource: String? = null, containerName: String? = null, extendedLocation: ExtendedLocationResponse? = null, hyperVGeneration: String? = null, id: String, identifier: GalleryImageIdentifierResponse? = null, imagePath: String? = null, location: String, name: String, osType: String? = null, provisioningState: String, status: GalleryImageStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: GalleryImageVersionResponse? = null)
Properties
Link copied to clipboard
Datasource for the gallery image when provisioning with cloud-init NoCloud, Azure
Link copied to clipboard
Container Name for storage container
Link copied to clipboard
The extendedLocation of the resource.
Link copied to clipboard
The hypervisor generation of the Virtual Machine V1, V2
Link copied to clipboard
This is the gallery image definition identifier.
Link copied to clipboard
Provisioning state of the gallery image.
Link copied to clipboard
The observed state of gallery images
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Specifies information about the gallery image version that you want to create or update.