次の方法で共有


NodeType.PlacementProperties プロパティ

定義

ノードの種類のノードに適用される配置タグを取得または設定します。これは、特定のサービス (ワークロード) を実行する場所を示すために使用できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象