Share via


NodeType.MultiplePlacementGroups Property

Definition

Gets or sets indicates if scale set associated with the node type can be composed of multiple placement groups.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to