你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TargetRegion 类
描述目标区域信息。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.compute._serialization.ModelTargetRegion
构造函数
TargetRegion(*, name: str, regional_replica_count: int | None = None, storage_account_type: str | _models.StorageAccountType | None = None, **kwargs: Any)
Keyword-Only Parameters
- name
- str
区域的名称。 必需。
- regional_replica_count
- int
每个区域要创建的映像版本的副本数。 此属性可更新。
- storage_account_type
- str 或 StorageAccountType
指定要用于存储映像的存储帐户类型。 此属性不可更新。 已知值为:“Standard_LRS”和“Standard_ZRS”。
变量
- name
- str
区域的名称。 必需。
- regional_replica_count
- int
每个区域要创建的映像版本的副本数。 此属性可更新。
- storage_account_type
- str 或 StorageAccountType
指定要用于存储映像的存储帐户类型。 此属性不可更新。 已知值为:“Standard_LRS”和“Standard_ZRS”。