Freigeben über


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

Gets the DeprovisionApplied.

DeprovisionRequested

Gets the DeprovisionRequested.

NonDeprovisioned

Gets the 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.

Implicit(String to Nullable<DevTestLabLinuxOSState>)
Inequality(DevTestLabLinuxOSState, DevTestLabLinuxOSState)

Determines if two DevTestLabLinuxOSState values are not the same.

Applies to