TargetRegion interface 
Describes the target region information.
Properties
| additional | 
	List of storage sku with replica count to create direct drive replicas.  | 
| 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
		additionalReplicaSets
	  
	List of storage sku with replica count to create direct drive replicas.
additionalReplicaSets?: AdditionalReplicaSet[]
				Property Value
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