Partager via


ImageInformation.OsType Propriété

Définition

Obtient ou définit le type de système d’exploitation (par exemple, Windows ou Linux) de l’image.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les valeurs possibles sont les suivantes : « linux », « windows »

S’applique à