Delen via


FrontDoorEnabledState Struct

Definition

Operational status of the Front Door load balancer. Permitted values are 'Enabled' or 'Disabled'.

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

Constructors

FrontDoorEnabledState(String)

Initializes a new instance of FrontDoorEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(FrontDoorEnabledState)

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

Determines if two FrontDoorEnabledState values are the same.

Implicit(String to FrontDoorEnabledState)

Converts a string to a FrontDoorEnabledState.

Inequality(FrontDoorEnabledState, FrontDoorEnabledState)

Determines if two FrontDoorEnabledState values are not the same.

Applies to