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 | Description |
---|---|
name
|
현재 값은 고객이 시작한 마이그레이션의 경우 '기본값'입니다. |
type
|
ARM 계약의 SrpAccountMigrationType은 'accountMigrations'입니다. |
target_sku_name
|
계정의 대상 sku 이름입니다. 필수 요소. 알려진 값은 "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS" 및 "Standard_RAGZRS"입니다. |
변수
Name | Description |
---|---|
id
|
마이그레이션 리소스 ID입니다. |
name
|
현재 값은 고객이 시작한 마이그레이션의 경우 '기본값'입니다. |
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
|
마이그레이션 실패 이유입니다. |
Azure SDK for Python