Get Gallery Image Version Result
data class GetGalleryImageVersionResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val publishingProfile: GalleryImageVersionPublishingProfileResponse? = null, val replicationStatus: ReplicationStatusResponse, val restore: Boolean? = null, val safetyProfile: GalleryImageVersionSafetyProfileResponse? = null, val securityProfile: ImageVersionSecurityProfileResponse? = null, val storageProfile: GalleryImageVersionStorageProfileResponse, val tags: Map<String, String>? = null, val type: String, val validationsProfile: ValidationsProfileResponse)
Specifies information about the gallery image version that you want to create or update.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, provisioningState: String, publishingProfile: GalleryImageVersionPublishingProfileResponse? = null, replicationStatus: ReplicationStatusResponse, restore: Boolean? = null, safetyProfile: GalleryImageVersionSafetyProfileResponse? = null, securityProfile: ImageVersionSecurityProfileResponse? = null, storageProfile: GalleryImageVersionStorageProfileResponse, tags: Map<String, String>? = null, type: String, validationsProfile: ValidationsProfileResponse)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
The security profile of a gallery image version
Link copied to clipboard
This is the storage profile of a Gallery Image Version.
Link copied to clipboard
This is the validations profile of a Gallery Image Version.