Share via


IDiskPool.Status Property

Definition

Operational status of the Disk Pool.

[Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="Operational status of the Disk Pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus) }, ReadOnly=false, Required=true, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Runtime.Info(Description="Operational status of the Disk Pool.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus) }, ReadOnly=false, Required=true, SerializedName="status")>]
member this.Status : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Support.OperationalStatus with get, set
Public Property Status As OperationalStatus

Property Value

Attributes

Applies to