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

StorageAccountMigration 类

与正在进行的或排队的存储帐户迁移关联的参数或状态,以便更新其当前 SKU 或区域。

变量仅由服务器填充,在发送请求时将被忽略。

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

继承
azure.mgmt.storage._serialization.Model
StorageAccountMigration

构造函数

StorageAccountMigration(*, target_sku_name: str | _models.SkuName, name: str | None = None, type: str | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
name
str

对于客户发起的迁移,当前值为“default”。

type
str

ARM 协定中的 SrpAccountMigrationType,即“accountMigrations”。

target_sku_name
strSkuName

帐户的目标 SKU 名称。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。

变量

名称 说明
id
str

迁移资源 ID。

name
str

对于客户发起的迁移,当前值为“default”。

type
str

ARM 协定中的 SrpAccountMigrationType,即“accountMigrations”。

target_sku_name
strSkuName

帐户的目标 SKU 名称。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。

migration_status

迁移的当前状态。 已知值为:“Invalid”、“SubmittedForConversion”、“InProgress”、“Complete”和“Failed”。

migration_failed_reason
str

迁移失败的错误代码。

migration_failed_detailed_reason
str

迁移失败的原因。