StorageAccountSkuConversionStatus Class

This defines the sku conversion status object for asynchronous sku conversions.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.storage._serialization.Model
StorageAccountSkuConversionStatus

Constructor

StorageAccountSkuConversionStatus(*, target_sku_name: str | _models.SkuName | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_sku_name

This property represents the target sku name to which the account sku is being converted asynchronously. Known values are: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS", and "Standard_RAGZRS".

Variables

Name Description
sku_conversion_status

This property indicates the current sku conversion status. Known values are: "InProgress", "Succeeded", and "Failed".

target_sku_name

This property represents the target sku name to which the account sku is being converted asynchronously. Known values are: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Premium_LRS", "Premium_ZRS", "Standard_GZRS", and "Standard_RAGZRS".

start_time
str

This property represents the sku conversion start time.

end_time
str

This property represents the sku conversion end time.