IGalleryImageProperties.OSState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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