FrontDoorEnabledState 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.
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
| Name | Description |
|---|---|
| FrontDoorEnabledState(String) |
Initializes a new instance of FrontDoorEnabledState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |