GetGalleryImageVersionResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

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
val restore: Boolean? = null

Indicates if this is a soft-delete resource restoration request.

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

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

This is the validations profile of a Gallery Image Version.