Get Gallery Image Result
data class GetGalleryImageResult(val author: String, val createdDate: String, val description: String, val icon: String, val id: String, val imageReference: GalleryImageReferenceResponse, val isEnabled: Boolean? = null, val isOverride: Boolean? = null, val isPlanAuthorized: Boolean? = null, val latestOperationResult: LatestOperationResultResponse, val location: String? = null, val name: String, val planId: String, val provisioningState: String? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String? = null)
Represents an image from the Azure Marketplace
Constructors
Link copied to clipboard
fun GetGalleryImageResult(author: String, createdDate: String, description: String, icon: String, id: String, imageReference: GalleryImageReferenceResponse, isEnabled: Boolean? = null, isOverride: Boolean? = null, isPlanAuthorized: Boolean? = null, latestOperationResult: LatestOperationResultResponse, location: String? = null, name: String, planId: String, provisioningState: String? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String? = null)