TargetRegion interface
Describes the target region information.
Properties
encryption | Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact. |
exclude |
Contains the flag setting to hide an image when users specify version='latest' |
name | The name of the region. |
regional |
The number of replicas of the Image Version to be created per region. This property is updatable. |
storage |
Specifies the storage account type to be used to store the image. This property is not updatable. |
Property Details
encryption
Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.
encryption?: EncryptionImages
Property Value
excludeFromLatest
Contains the flag setting to hide an image when users specify version='latest'
excludeFromLatest?: boolean
Property Value
boolean
name
The name of the region.
name: string
Property Value
string
regionalReplicaCount
The number of replicas of the Image Version to be created per region. This property is updatable.
regionalReplicaCount?: number
Property Value
number
storageAccountType
Specifies the storage account type to be used to store the image. This property is not updatable.
storageAccountType?: string
Property Value
string