StorageAccountSkuConversionStatus interface
This defines the sku conversion status object for asynchronous sku conversions.
Properties
| end |
This property represents the sku conversion end time. |
| sku |
This property indicates the current sku conversion status. |
| start |
This property represents the sku conversion start time. |
| target |
This property represents the target sku name to which the account sku is being converted asynchronously. |
Property Details
endTime
This property represents the sku conversion end time.
endTime?: string
Property Value
string
skuConversionStatus
This property indicates the current sku conversion status.
skuConversionStatus?: string
Property Value
string
startTime
This property represents the sku conversion start time.
startTime?: string
Property Value
string
targetSkuName
This property represents the target sku name to which the account sku is being converted asynchronously.
targetSkuName?: string
Property Value
string