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 safetyProfile: GalleryImageVersionSafetyProfileResponse? = null, 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
constructor(id: String, location: String, name: String, provisioningState: String, publishingProfile: GalleryImageVersionPublishingProfileResponse? = null, replicationStatus: ReplicationStatusResponse, safetyProfile: GalleryImageVersionSafetyProfileResponse? = null, storageProfile: GalleryImageVersionStorageProfileResponse, 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
This is the safety profile of the Gallery Image Version.
Link copied to clipboard
This is the storage profile of a Gallery Image Version.