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
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
Azure SDK for .NET