IExpansionJob.StatusState 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.
[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