Cluster.NodeTypes Property

Definition

Gets or sets the list of node types in the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeTypes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription> NodeTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeTypes")>]
member this.NodeTypes : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.NodeTypeDescription> with get, set
Public Property NodeTypes As IList(Of NodeTypeDescription)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to