Bagikan melalui


IGalleryImageProperties.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=true, 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=true, SerializedName="osState")>]
member this.OSState : Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemStateTypes with get, set
Public Property OSState As OperatingSystemStateTypes

Property Value

Attributes

Applies to