Package version:

Interface StorageAccountSkuConversionStatus

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

interface StorageAccountSkuConversionStatus {
    endTime?: string;
    skuConversionStatus?: string;
    startTime?: string;
    targetSkuName?: string;
}

Properties

endTime?: string

This property represents the sku conversion end time. NOTE: This property will not be serialized. It can only be populated by the server.

skuConversionStatus?: string

This property indicates the current sku conversion status. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

This property represents the sku conversion start time. NOTE: This property will not be serialized. It can only be populated by the server.

targetSkuName?: string

This property represents the target sku name to which the account sku is being converted asynchronously.