Compartir a través de


GalleryImageInner.OsState Propiedad

Definición

Obtiene o establece esta propiedad permite al usuario especificar si las máquinas virtuales creadas en esta imagen son "Generalizadas" o "Especializadas". Entre los valores posibles se incluyen: "Generalizado", "Specialized"

[Newtonsoft.Json.JsonProperty(PropertyName="properties.osState")]
public Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes OsState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.osState")>]
member this.OsState : Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes with get, set
Public Property OsState As OperatingSystemStateTypes

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a