StorageAccountSkuConversionStatusResponse

data class StorageAccountSkuConversionStatusResponse(val endTime: String, val skuConversionStatus: String, val startTime: String, val targetSkuName: String? = null)

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

Constructors

constructor(endTime: String, skuConversionStatus: String, startTime: String, targetSkuName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property represents the sku conversion end time.

Link copied to clipboard

This property indicates the current sku conversion status.

Link copied to clipboard

This property represents the sku conversion start time.

Link copied to clipboard
val targetSkuName: String? = null

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