VirtualMachineVMImageOperatingSystemState Class

 

Known values for the operating system state of the OS in a virtual machine VM image. A Virtual Machine that is fully configured and running contains a Specialized operating system. A Virtual Machine on which the Sysprep command has been run with the generalize option contains a Generalized operating system.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageOperatingSystemState

Syntax

public static class VirtualMachineVMImageOperatingSystemState
public ref class VirtualMachineVMImageOperatingSystemState abstract sealed 
[<AbstractClass>]
[<Sealed>]
type VirtualMachineVMImageOperatingSystemState = class end
Public NotInheritable Class VirtualMachineVMImageOperatingSystemState

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Generalized

System_CAPS_pubfieldSystem_CAPS_static Specialized

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top