TargetRegion Class

Describes the target region information.

All required parameters must be populated in order to send to Azure.

Inheritance
TargetRegion

Constructor

TargetRegion(*, name: str, regional_replica_count: Optional[int] = None, storage_account_type: Optional[Union[str, azure.mgmt.compute.v2019_07_01.models._compute_management_client_enums.StorageAccountType]] = None, **kwargs)

Parameters

name
str
Required

Required. The name of the region.

regional_replica_count
int
Required

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

storage_account_type
str or StorageAccountType
Required

Specifies the storage account type to be used to store the image. This property is not updatable. Possible values include: "Standard_LRS", "Standard_ZRS".