DevTestLabTargetCostStatus Struct

Definition

Target cost status.

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

Constructors

DevTestLabTargetCostStatus(String)

Initializes a new instance of DevTestLabTargetCostStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(DevTestLabTargetCostStatus)

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

Determines if two DevTestLabTargetCostStatus values are the same.

Implicit(String to DevTestLabTargetCostStatus)

Converts a string to a DevTestLabTargetCostStatus.

Inequality(DevTestLabTargetCostStatus, DevTestLabTargetCostStatus)

Determines if two DevTestLabTargetCostStatus values are not the same.

Applies to