你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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