Dela via


FrontDoorExperimentState Struct

Definition

The state of the Experiment.

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

Constructors

FrontDoorExperimentState(String)

Initializes a new instance of FrontDoorExperimentState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(FrontDoorExperimentState)

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

Determines if two FrontDoorExperimentState values are the same.

Implicit(String to FrontDoorExperimentState)

Converts a string to a FrontDoorExperimentState.

Inequality(FrontDoorExperimentState, FrontDoorExperimentState)

Determines if two FrontDoorExperimentState values are not the same.

Applies to