次の方法で共有


NodeType.IsStateless プロパティ

定義

ノードの種類がステートレス ワークロードのみをホストできるかどうかを示す値を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isStateless")]
public bool? IsStateless { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isStateless")>]
member this.IsStateless : Nullable<bool> with get, set
Public Property IsStateless As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象