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

Name Description
DnsSecurityRuleState(String)

Initializes a new instance of DnsSecurityRuleState.

Properties

Name Description
Disabled

Gets the Disabled.

Enabled

Gets the Enabled.

Methods

Name Description
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

Name Description
Equality(DnsSecurityRuleState, DnsSecurityRuleState)

Determines if two DnsSecurityRuleState values are the same.

Implicit(String to DnsSecurityRuleState)

Converts a string to a DnsSecurityRuleState.

Implicit(String to Nullable<DnsSecurityRuleState>)
Inequality(DnsSecurityRuleState, DnsSecurityRuleState)

Determines if two DnsSecurityRuleState values are not the same.

Applies to