Share via


IGalleryImage.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.Runtime.Info(Description="This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes) }, ReadOnly=false, Required=false, SerializedName="osState")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes? OSState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes) }, ReadOnly=false, Required=false, SerializedName="osState")>]
member this.OSState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes> with get, set
Public Property OSState As Nullable(Of OperatingSystemStateTypes)

Property Value

Attributes

Applies to