Share via


WindowsOSState Struct

Definition

The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied).

public readonly struct WindowsOSState : IEquatable<Azure.ResourceManager.DevTestLabs.Models.WindowsOSState>
type WindowsOSState = struct
Public Structure WindowsOSState
Implements IEquatable(Of WindowsOSState)
Inheritance
WindowsOSState
Implements

Constructors

WindowsOSState(String)

Initializes a new instance of WindowsOSState.

Properties

NonSysprepped

NonSysprepped.

SysprepApplied

SysprepApplied.

SysprepRequested

SysprepRequested.

Methods

Equals(WindowsOSState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WindowsOSState, WindowsOSState)

Determines if two WindowsOSState values are the same.

Implicit(String to WindowsOSState)

Converts a string to a WindowsOSState.

Inequality(WindowsOSState, WindowsOSState)

Determines if two WindowsOSState values are not the same.

Applies to