GetGalleryApplicationVersionResult

data class GetGalleryApplicationVersionResult(val id: String, val location: String, val name: String, val provisioningState: String, val publishingProfile: GalleryApplicationVersionPublishingProfileResponse, val replicationStatus: ReplicationStatusResponse, val safetyProfile: GalleryApplicationVersionSafetyProfileResponse? = null, val tags: Map<String, String>? = null, val type: String)

Specifies information about the gallery Application Version that you want to create or update.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, provisioningState: String, publishingProfile: GalleryApplicationVersionPublishingProfileResponse, replicationStatus: ReplicationStatusResponse, safetyProfile: GalleryApplicationVersionSafetyProfileResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

The publishing profile of a gallery image version.

Link copied to clipboard

This is the replication status of the gallery image version.

Link copied to clipboard

The safety profile of the Gallery Application Version.

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

Resource tags

Link copied to clipboard

Resource type