Compartilhar via


IStorageAccountSkuConversionStatus Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountSkuConversionStatusTypeConverter))]
public interface IStorageAccountSkuConversionStatus : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.StorageAccountSkuConversionStatusTypeConverter))>]
type IStorageAccountSkuConversionStatus = interface
    interface IJsonSerializable
Public Interface IStorageAccountSkuConversionStatus
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EndTime

This property represents the sku conversion end time.

SkuConversionStatus

This property indicates the current sku conversion status.

StartTime

This property represents the sku conversion start time.

TargetSkuName

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to