次の方法で共有


Cluster.NodeTypes プロパティ

定義

クラスター内のノードの種類の一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象