BackendEnabledState Struct

Definition

Whether to enable use of this backend. Permitted values are 'Enabled' or 'Disabled'.

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

Constructors

BackendEnabledState(String)

Initializes a new instance of BackendEnabledState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(BackendEnabledState)

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

Determines if two BackendEnabledState values are the same.

Implicit(String to BackendEnabledState)

Converts a string to a BackendEnabledState.

Inequality(BackendEnabledState, BackendEnabledState)

Determines if two BackendEnabledState values are not the same.

Applies to