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.
Gets whether this compute node is a dedicated node. If false, the node is a low-priority node.
public bool? IsDedicated { get; }
member this.IsDedicated : Nullable<bool>
Public ReadOnly Property IsDedicated As Nullable(Of Boolean)