共用方式為


Node.NodeStatus Property

Definition

Gets the current status of the individual node. Possible values include: 'Unknown', 'Up', 'Down', 'Rebooting', 'ShuttingDown'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeStatus")]
public string NodeStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeStatus")>]
member this.NodeStatus : string
Public ReadOnly Property NodeStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to