Compartir a través de


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

Name Description
BackendEnabledState(String)

Initializes a new instance of BackendEnabledState.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

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

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