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
constructor(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)
Properties
Link copied to clipboard
The creation date of the gallery image.
Link copied to clipboard
The description of the gallery image.
Link copied to clipboard
The image reference of the gallery image.
Link copied to clipboard
Indicates whether this gallery has been overridden for this lab account
Link copied to clipboard
Indicates if the plan has been authorized for programmatic deployment.
Link copied to clipboard
The details of the latest operation. ex: status, error
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).