你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TargetRegion 类

描述目标区域信息。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.compute._serialization.Model
TargetRegion

构造函数

TargetRegion(*, name: str, regional_replica_count: int | None = None, storage_account_type: str | _models.StorageAccountType | None = None, encryption: _models.EncryptionImages | None = None, **kwargs: Any)

Keyword-Only Parameters

name
str

区域的名称。 必需。

regional_replica_count
int

每个区域要创建的映像版本的副本数。 此属性可更新。

storage_account_type
strStorageAccountType

指定要用于存储映像的存储帐户类型。 此属性不可更新。 已知值为:“Standard_LRS”、“Standard_ZRS”、“Premium_LRS”和“StandardSSD_LRS”。

encryption
EncryptionImages

可选。 允许用户提供客户托管密钥来加密库项目中的 OS 和数据磁盘。

变量

name
str

区域的名称。 必需。

regional_replica_count
int

每个区域要创建的映像版本的副本数。 此属性可更新。

storage_account_type
strStorageAccountType

指定要用于存储映像的存储帐户类型。 此属性不可更新。 已知值为:“Standard_LRS”、“Standard_ZRS”、“Premium_LRS”和“StandardSSD_LRS”。

encryption
EncryptionImages

可选。 允许用户提供客户托管密钥来加密库项目中的 OS 和数据磁盘。