Freigeben über


ImageInformation.OsType Eigenschaft

Definition

Ruft den Typ des Betriebssystems (z. B. Windows oder Linux) des Images ab oder legt diese fest.

[Newtonsoft.Json.JsonProperty(PropertyName="osType")]
public Microsoft.Azure.Batch.Protocol.Models.OSType OsType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="osType")>]
member this.OsType : Microsoft.Azure.Batch.Protocol.Models.OSType with get, set
Public Property OsType As OSType

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte: "linux", "windows"

Gilt für: