GetGalleryImageResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The author of the gallery image.

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 icon of the gallery image.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

The image reference of the gallery image.

Link copied to clipboard
val isEnabled: Boolean? = null

Indicates whether this gallery image is enabled.

Link copied to clipboard
val isOverride: Boolean? = null

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
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The third party plan that applies to this image

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).