Package version:

Interface TargetRegion

Describes the target region information.

interface TargetRegion {
    additionalReplicaSets?: AdditionalReplicaSet[];
    encryption?: EncryptionImages;
    excludeFromLatest?: boolean;
    name: string;
    regionalReplicaCount?: number;
    storageAccountType?: string;
}

Properties

additionalReplicaSets?: AdditionalReplicaSet[]

List of storage sku with replica count to create direct drive replicas.

encryption?: EncryptionImages

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

excludeFromLatest?: boolean

Contains the flag setting to hide an image when users specify version='latest'

name: string

The name of the region.

regionalReplicaCount?: number

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

storageAccountType?: string

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