Share via


ClusterVersionDetails.Environment Property

Definition

Gets or sets indicates if this version is for Windows or Linux operating system. Possible values include: 'Windows', 'Linux'

[Newtonsoft.Json.JsonProperty(PropertyName="environment")]
public string Environment { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="environment")>]
member this.Environment : string with get, set
Public Property Environment As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to