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. |
| dns |
DNS resolver policy domains lists that the DNS security rule applies to. |
| dns |
The state of DNS security rule. |
| 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
priority
The priority of the DNS security rule.
priority?: number
Property Value
number
tags
Tags for DNS security rule.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}