Bagikan melalui


ComputeNode.IsDedicated Property

Definition

Gets or sets whether this Compute Node is a dedicated Compute Node. If false, the Compute Node is a Spot/Low-priority Compute Node.

[Newtonsoft.Json.JsonProperty(PropertyName="isDedicated")]
public bool? IsDedicated { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isDedicated")>]
member this.IsDedicated : Nullable<bool> with get, set
Public Property IsDedicated As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to