DnsSecurityRuleActionType Struct

Definition

The type of action to take.

public readonly struct DnsSecurityRuleActionType : IEquatable<Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleActionType>
type DnsSecurityRuleActionType = struct
Public Structure DnsSecurityRuleActionType
Implements IEquatable(Of DnsSecurityRuleActionType)
Inheritance
DnsSecurityRuleActionType
Implements

Constructors

DnsSecurityRuleActionType(String)

Initializes a new instance of DnsSecurityRuleActionType.

Properties

Alert

Alert.

Allow

Allow.

Block

Block.

Methods

Equals(DnsSecurityRuleActionType)

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(DnsSecurityRuleActionType, DnsSecurityRuleActionType)

Determines if two DnsSecurityRuleActionType values are the same.

Implicit(String to DnsSecurityRuleActionType)

Converts a String to a DnsSecurityRuleActionType.

Inequality(DnsSecurityRuleActionType, DnsSecurityRuleActionType)

Determines if two DnsSecurityRuleActionType values are not the same.

Applies to