TargetRegion interface
Describes the target region information.
Properties
name | The name of the region. |
replica |
The number of replicas of the Image Version to be created in this region. Omit to use the default (1). |
storage |
Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS). |
Property Details
name
The name of the region.
name: string
Property Value
string
replicaCount
The number of replicas of the Image Version to be created in this region. Omit to use the default (1).
replicaCount?: number
Property Value
number
storageAccountType
Specifies the storage account type to be used to store the image in this region. Omit to use the default (Standard_LRS).
storageAccountType?: string
Property Value
string