다음을 통해 공유


DnsSecurityRules interface

DnsSecurityRules를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, DnsSecurityRule, DnsSecurityRulesCreateOrUpdateOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, DnsSecurityRule, DnsSecurityRulesCreateOrUpdateOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 만들거나 업데이트합니다.

beginDelete(string, string, string, DnsSecurityRulesDeleteOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 삭제합니다. 경고: 이 작업은 실행 취소할 수 없습니다.

beginDeleteAndWait(string, string, string, DnsSecurityRulesDeleteOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 삭제합니다. 경고: 이 작업은 실행 취소할 수 없습니다.

beginUpdate(string, string, string, DnsSecurityRulePatch, DnsSecurityRulesUpdateOptionalParams)

DNS 보안 규칙을 업데이트합니다.

beginUpdateAndWait(string, string, string, DnsSecurityRulePatch, DnsSecurityRulesUpdateOptionalParams)

DNS 보안 규칙을 업데이트합니다.

get(string, string, string, DnsSecurityRulesGetOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙의 속성을 가져옵니다.

list(string, string, DnsSecurityRulesListOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 나열합니다.

메서드 세부 정보

beginCreateOrUpdate(string, string, string, DnsSecurityRule, DnsSecurityRulesCreateOrUpdateOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 만들거나 업데이트합니다.

function beginCreateOrUpdate(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

parameters
DnsSecurityRule

CreateOrUpdate 작업에 제공된 매개 변수입니다.

options
DnsSecurityRulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>

beginCreateOrUpdateAndWait(string, string, string, DnsSecurityRule, DnsSecurityRulesCreateOrUpdateOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 만들거나 업데이트합니다.

function beginCreateOrUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRule, options?: DnsSecurityRulesCreateOrUpdateOptionalParams): Promise<DnsSecurityRule>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

parameters
DnsSecurityRule

CreateOrUpdate 작업에 제공된 매개 변수입니다.

options
DnsSecurityRulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<DnsSecurityRule>

beginDelete(string, string, string, DnsSecurityRulesDeleteOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 삭제합니다. 경고: 이 작업은 실행 취소할 수 없습니다.

function beginDelete(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DnsSecurityRulesDeleteHeaders>, DnsSecurityRulesDeleteHeaders>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

options
DnsSecurityRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<DnsSecurityRulesDeleteHeaders>, DnsSecurityRulesDeleteHeaders>>

beginDeleteAndWait(string, string, string, DnsSecurityRulesDeleteOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 삭제합니다. 경고: 이 작업은 실행 취소할 수 없습니다.

function beginDeleteAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesDeleteOptionalParams): Promise<DnsSecurityRulesDeleteHeaders>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

options
DnsSecurityRulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

beginUpdate(string, string, string, DnsSecurityRulePatch, DnsSecurityRulesUpdateOptionalParams)

DNS 보안 규칙을 업데이트합니다.

function beginUpdate(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

parameters
DnsSecurityRulePatch

업데이트 작업에 제공된 매개 변수입니다.

options
DnsSecurityRulesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<@azure/core-lro.SimplePollerLike<OperationState<DnsSecurityRule>, DnsSecurityRule>>

beginUpdateAndWait(string, string, string, DnsSecurityRulePatch, DnsSecurityRulesUpdateOptionalParams)

DNS 보안 규칙을 업데이트합니다.

function beginUpdateAndWait(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, parameters: DnsSecurityRulePatch, options?: DnsSecurityRulesUpdateOptionalParams): Promise<DnsSecurityRule>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

parameters
DnsSecurityRulePatch

업데이트 작업에 제공된 매개 변수입니다.

options
DnsSecurityRulesUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<DnsSecurityRule>

get(string, string, string, DnsSecurityRulesGetOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙의 속성을 가져옵니다.

function get(resourceGroupName: string, dnsResolverPolicyName: string, dnsSecurityRuleName: string, options?: DnsSecurityRulesGetOptionalParams): Promise<DnsSecurityRule>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

dnsSecurityRuleName

string

DNS 보안 규칙의 이름입니다.

options
DnsSecurityRulesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<DnsSecurityRule>

list(string, string, DnsSecurityRulesListOptionalParams)

DNS 확인자 정책에 대한 DNS 보안 규칙을 나열합니다.

function list(resourceGroupName: string, dnsResolverPolicyName: string, options?: DnsSecurityRulesListOptionalParams): PagedAsyncIterableIterator<DnsSecurityRule, DnsSecurityRule[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

dnsResolverPolicyName

string

DNS 확인자 정책의 이름입니다.

options
DnsSecurityRulesListOptionalParams

옵션 매개 변수입니다.

반환