PolicyEnabledState 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.
Describes if the policy is in enabled or disabled state. Defaults to Enabled if not specified.
public readonly struct PolicyEnabledState : IEquatable<Azure.ResourceManager.FrontDoor.Models.PolicyEnabledState>
type PolicyEnabledState = struct
Public Structure PolicyEnabledState
Implements IEquatable(Of PolicyEnabledState)
- Inheritance
-
PolicyEnabledState
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyEnabledState(String) |
Initializes a new instance of PolicyEnabledState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(PolicyEnabledState) |
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(PolicyEnabledState, PolicyEnabledState) |
Determines if two PolicyEnabledState values are the same. |
| Implicit(String to PolicyEnabledState) |
Converts a String to a PolicyEnabledState. |
| Inequality(PolicyEnabledState, PolicyEnabledState) |
Determines if two PolicyEnabledState values are not the same. |