다음을 통해 공유


DnsSecurityRulePatch interface

PATCH 작업에 대한 DNS 보안 규칙을 설명합니다.

속성

action

DNS 보안 규칙과 일치하는 DNS 요청에 대해 수행할 작업입니다.

dnsResolverDomainLists

DNS 확인자 정책 도메인은 DNS 보안 규칙이 적용되는 것을 나열합니다.

dnsSecurityRuleState

DNS 보안 규칙의 상태입니다.

priority

DNS 보안 규칙의 우선 순위입니다.

tags

DNS 보안 규칙에 대한 태그입니다.

속성 세부 정보

action

DNS 보안 규칙과 일치하는 DNS 요청에 대해 수행할 작업입니다.

action?: DnsSecurityRuleAction

속성 값

dnsResolverDomainLists

DNS 확인자 정책 도메인은 DNS 보안 규칙이 적용되는 것을 나열합니다.

dnsResolverDomainLists?: SubResource[]

속성 값

dnsSecurityRuleState

DNS 보안 규칙의 상태입니다.

dnsSecurityRuleState?: string

속성 값

string

priority

DNS 보안 규칙의 우선 순위입니다.

priority?: number

속성 값

number

tags

DNS 보안 규칙에 대한 태그입니다.

tags?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}