次の方法で共有


NodeTypeUpdateParameters.Capacities プロパティ

定義

ノードの種類のノードに適用される容量タグを取得または設定します。クラスター リソース マネージャーはこれらのタグを使用して、ノードに含まれるリソースの量を把握します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.capacities")]
public System.Collections.Generic.IDictionary<string,string> Capacities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.capacities")>]
member this.Capacities : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Capacities As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象