Package version:

Interface GalleryTargetExtendedLocation

interface GalleryTargetExtendedLocation {
    encryption?: EncryptionImages;
    extendedLocation?: GalleryExtendedLocation;
    extendedLocationReplicaCount?: number;
    name?: string;
    storageAccountType?: string;
}

Properties

encryption?: EncryptionImages

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

extendedLocation?: GalleryExtendedLocation

The name of the extended location.

extendedLocationReplicaCount?: number

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

name?: string

The name of the region.

storageAccountType?: string

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