IBareMetalMachine.CordonStatus 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.
The cordon status of the bare metal machine.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The cordon status of the bare metal machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineCordonStatus) }, ReadOnly=true, Required=false, SerializedName="cordonStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineCordonStatus? CordonStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The cordon status of the bare metal machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineCordonStatus) }, ReadOnly=true, Required=false, SerializedName="cordonStatus")>]
member this.CordonStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineCordonStatus>
Public ReadOnly Property CordonStatus As Nullable(Of BareMetalMachineCordonStatus)
Property Value
- Attributes