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 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, tags: Map<String, String>? = null, type: String)