IStorageAccountSkuConversionStatus Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |