GalleryTargetExtendedLocationResponse

data class GalleryTargetExtendedLocationResponse(val encryption: EncryptionImagesResponse? = null, val extendedLocation: GalleryExtendedLocationResponse? = null, val extendedLocationReplicaCount: Int? = null, val name: String? = null, val storageAccountType: String? = null)

Constructors

Link copied to clipboard
constructor(encryption: EncryptionImagesResponse? = null, extendedLocation: GalleryExtendedLocationResponse? = null, extendedLocationReplicaCount: Int? = null, name: String? = null, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.

Link copied to clipboard

The name of the extended location.

Link copied to clipboard

The number of replicas of the Image Version to be created per extended location. This property is updatable.

Link copied to clipboard
val name: String? = null

The name of the region.

Link copied to clipboard

Specifies the storage account type to be used to store the image. This property is not updatable.