Aracılığıyla paylaş


NodeType.IsStateless Property

Definition

Gets or sets indicates if the node type can only host Stateless workloads.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to