Freigeben über


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

Name Description
DevTestLabEnableStatus(String)

Initializes a new instance of DevTestLabEnableStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

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

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