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. |
| 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
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?: "Standard_LRS" | "Premium_LRS" | "Standard_ZRS"
Property Value
"Standard_LRS" | "Premium_LRS" | "Standard_ZRS"