IExpansionJob.StatusState Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.PSArgumentCompleter(new System.String[] { "InProgress", "Completed", "Failed", "Deleting", "RollingBack" })]
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)]
public string StatusState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.PSArgumentCompleter(new System.String[] { "InProgress", "Completed", "Failed", "Deleting", "RollingBack" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Create=false, Description="The operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="state", Update=false)>]
member this.StatusState : string
Public ReadOnly Property StatusState As String

Property Value

Attributes

Applies to