Share via


GalleryImageUpdate.OSState Property

Definition

This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Origin(Microsoft.Azure.PowerShell.Cmdlets.Compute.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes? OSState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Origin(Microsoft.Azure.PowerShell.Cmdlets.Compute.PropertyOrigin.Inlined)>]
member this.OSState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes> with get, set
Public Property OSState As Nullable(Of OperatingSystemStateTypes)

Property Value

Implements

Attributes

Applies to