StorageAccountSkuConversionStatus interface
This defines the sku conversion status object for asynchronous sku conversions.
Properties
end |
This property represents the sku conversion end time. NOTE: This property will not be serialized. It can only be populated by the server. |
sku |
This property indicates the current sku conversion status. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
This property represents the sku conversion start time. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: string
Property Value
string
skuConversionStatus
This property indicates the current sku conversion status. NOTE: This property will not be serialized. It can only be populated by the server.
skuConversionStatus?: string
Property Value
string
startTime
This property represents the sku conversion start time. NOTE: This property will not be serialized. It can only be populated by the server.
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