DnsSecurityRulePatch interface

Describes a DNS security rule for PATCH operation.

Properties

action

The action to take on DNS requests that match the DNS security rule.

dnsResolverDomainLists

DNS resolver policy domains lists that the DNS security rule applies to.

dnsSecurityRuleState

The state of DNS security rule.

managedDomainLists

Managed domain lists that the DNS security rule applies to.

priority

The priority of the DNS security rule.

tags

Tags for DNS security rule.

Property Details

action

The action to take on DNS requests that match the DNS security rule.

action?: DnsSecurityRuleAction

Property Value

dnsResolverDomainLists

DNS resolver policy domains lists that the DNS security rule applies to.

dnsResolverDomainLists?: SubResource[]

Property Value

dnsSecurityRuleState

The state of DNS security rule.

dnsSecurityRuleState?: string

Property Value

string

managedDomainLists

Managed domain lists that the DNS security rule applies to.

managedDomainLists?: string[]

Property Value

string[]

priority

The priority of the DNS security rule.

priority?: number

Property Value

number

tags

Tags for DNS security rule.

tags?: Record<string, string>

Property Value

Record<string, string>