DnsSecurityRuleState 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.
The state of DNS security rule.
public readonly struct DnsSecurityRuleState : IEquatable<Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleState>
type DnsSecurityRuleState = struct
Public Structure DnsSecurityRuleState
Implements IEquatable(Of DnsSecurityRuleState)
- Inheritance
-
DnsSecurityRuleState
- Implements
Constructors
| DnsSecurityRuleState(String) |
Initializes a new instance of DnsSecurityRuleState. |
Properties
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Equals(DnsSecurityRuleState) |
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(DnsSecurityRuleState, DnsSecurityRuleState) |
Determines if two DnsSecurityRuleState values are the same. |
| Implicit(String to DnsSecurityRuleState) |
Converts a String to a DnsSecurityRuleState. |
| Inequality(DnsSecurityRuleState, DnsSecurityRuleState) |
Determines if two DnsSecurityRuleState values are not the same. |