Udostępnij przez


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

Name Description
WindowsOSState(String)

Initializes a new instance of WindowsOSState.

Properties

Name Description
NonSysprepped

NonSysprepped.

SysprepApplied

SysprepApplied.

SysprepRequested

SysprepRequested.

Methods

Name Description
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

Name Description
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