Get Gallery Image Version Result
data class GetGalleryImageVersionResult(val id: String, val location: String, val name: String, val provisioningState: String, val publishingProfile: GalleryImageVersionPublishingProfileResponse? = null, val replicationStatus: ReplicationStatusResponse, val storageProfile: GalleryImageVersionStorageProfileResponse, val tags: Map<String, String>? = null, val type: String)
Specifies information about the gallery image version that you want to create or update.
Constructors
Link copied to clipboard
fun GetGalleryImageVersionResult(id: String, location: String, name: String, provisioningState: String, publishingProfile: GalleryImageVersionPublishingProfileResponse? = null, replicationStatus: ReplicationStatusResponse, storageProfile: GalleryImageVersionStorageProfileResponse, tags: Map<String, String>? = null, type: String)