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

DevTestLabLinuxOSState(String)

Initializes a new instance of DevTestLabLinuxOSState.

Properties

DeprovisionApplied

DeprovisionApplied.

DeprovisionRequested

DeprovisionRequested.

NonDeprovisioned

NonDeprovisioned.

Methods

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

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