Get Gallery Application Version Result
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)
Properties
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.