次の方法で共有


VmSizeCompatibilityFilterV2.NodeTypes プロパティ

定義

フィルターの影響を受けるノードの種類の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象