Get Marketplace Gallery Image Result
data class GetMarketplaceGalleryImageResult(val cloudInitDataSource: String? = null, val containerName: String? = null, val extendedLocation: ExtendedLocationResponse? = null, val hyperVGeneration: String? = null, val id: String, val identifier: GalleryImageIdentifierResponse? = null, val location: String, val name: String, val osType: String? = null, val provisioningState: String, val status: MarketplaceGalleryImageStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: GalleryImageVersionResponse? = null)
The marketplace gallery image resource definition.
Constructors
Link copied to clipboard
fun GetMarketplaceGalleryImageResult(cloudInitDataSource: String? = null, containerName: String? = null, extendedLocation: ExtendedLocationResponse? = null, hyperVGeneration: String? = null, id: String, identifier: GalleryImageIdentifierResponse? = null, location: String, name: String, osType: String? = null, provisioningState: String, status: MarketplaceGalleryImageStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: GalleryImageVersionResponse? = null)