BackendEnabledState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |