IStorageAccountProperties.StorageAccountSkuConversionStatusSkuConversionStatus Property
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.
This property indicates the current sku conversion status.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "InProgress", "Succeeded", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="This property indicates the current sku conversion status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="skuConversionStatus", Update=false)]
public string StorageAccountSkuConversionStatusSkuConversionStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "InProgress", "Succeeded", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="This property indicates the current sku conversion status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="skuConversionStatus", Update=false)>]
member this.StorageAccountSkuConversionStatusSkuConversionStatus : string
Public ReadOnly Property StorageAccountSkuConversionStatusSkuConversionStatus As String
Property Value
- Attributes