DevTestLabEnableStatus Struct

Definition

Indicates if the artifact source is enabled (values: Enabled, Disabled).

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

Constructors

DevTestLabEnableStatus(String)

Initializes a new instance of DevTestLabEnableStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DevTestLabEnableStatus)

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

Determines if two DevTestLabEnableStatus values are the same.

Implicit(String to DevTestLabEnableStatus)

Converts a string to a DevTestLabEnableStatus.

Inequality(DevTestLabEnableStatus, DevTestLabEnableStatus)

Determines if two DevTestLabEnableStatus values are not the same.

Applies to