Get Gallery Image Result
data class GetGalleryImageResult(val architecture: String? = null, val description: String? = null, val disallowed: DisallowedResponse? = null, val endOfLifeDate: String? = null, val eula: String? = null, val features: List<GalleryImageFeatureResponse>? = null, val hyperVGeneration: String? = null, val id: String, val identifier: GalleryImageIdentifierResponse, val location: String, val name: String, val osState: String, val osType: String, val privacyStatementUri: String? = null, val provisioningState: String, val purchasePlan: ImagePurchasePlanResponse? = null, val recommended: RecommendedMachineConfigurationResponse? = null, val releaseNoteUri: String? = null, val tags: Map<String, String>? = null, val type: String)
Specifies information about the gallery image definition that you want to create or update.
Constructors
Link copied to clipboard
fun GetGalleryImageResult(architecture: String? = null, description: String? = null, disallowed: DisallowedResponse? = null, endOfLifeDate: String? = null, eula: String? = null, features: List<GalleryImageFeatureResponse>? = null, hyperVGeneration: String? = null, id: String, identifier: GalleryImageIdentifierResponse, location: String, name: String, osState: String, osType: String, privacyStatementUri: String? = null, provisioningState: String, purchasePlan: ImagePurchasePlanResponse? = null, recommended: RecommendedMachineConfigurationResponse? = null, releaseNoteUri: String? = null, tags: Map<String, String>? = null, type: String)