Share via


DnsSecurityRuleState Struct

Definition

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.

Applies to