你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageAccountMigration 类
与正在进行的或排队的存储帐户迁移关联的参数或状态,以便更新其当前 SKU 或区域。
变量仅由服务器填充,在发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.storage._serialization.ModelStorageAccountMigration
构造函数
StorageAccountMigration(*, target_sku_name: str | _models.SkuName, name: str | None = None, type: str | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
name
|
对于客户发起的迁移,当前值为“default”。 |
type
|
ARM 协定中的 SrpAccountMigrationType,即“accountMigrations”。 |
target_sku_name
|
帐户的目标 SKU 名称。 必需。 已知值为:“Standard_LRS”、“Standard_GRS”、“Standard_RAGRS”、“Standard_ZRS”、“Premium_LRS”、“Premium_ZRS”、“Standard_GZRS”和“Standard_RAGZRS”。 |
变量
名称 | 说明 |
---|---|
id
|
迁移资源 ID。 |
name
|
对于客户发起的迁移,当前值为“default”。 |
type
|
ARM 协定中的 SrpAccountMigrationType,即“accountMigrations”。 |
target_sku_name
|
帐户的目标 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
|
迁移失败的错误代码。 |
migration_failed_detailed_reason
|
迁移失败的原因。 |