Share via


DevTestLabLinuxOSState Struct

Definition

The state of the Linux OS (i.e. NonDeprovisioned, DeprovisionRequested, DeprovisionApplied).

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

Constructors

Name Description
DevTestLabLinuxOSState(String)

Initializes a new instance of DevTestLabLinuxOSState.

Properties

Name Description
DeprovisionApplied

DeprovisionApplied.

DeprovisionRequested

DeprovisionRequested.

NonDeprovisioned

NonDeprovisioned.

Methods

Name Description
Equals(DevTestLabLinuxOSState)

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(DevTestLabLinuxOSState, DevTestLabLinuxOSState)

Determines if two DevTestLabLinuxOSState values are the same.

Implicit(String to DevTestLabLinuxOSState)

Converts a String to a DevTestLabLinuxOSState.

Inequality(DevTestLabLinuxOSState, DevTestLabLinuxOSState)

Determines if two DevTestLabLinuxOSState values are not the same.

Applies to