다음을 통해 공유


DefaultSecurityRules interface

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

메서드

get(string, string, string, DefaultSecurityRulesGetOptionalParams)

지정된 기본 네트워크 보안 규칙을 가져옵니다.

list(string, string, DefaultSecurityRulesListOptionalParams)

네트워크 보안 그룹의 모든 기본 보안 규칙을 가져옵니다.

메서드 세부 정보

get(string, string, string, DefaultSecurityRulesGetOptionalParams)

지정된 기본 네트워크 보안 규칙을 가져옵니다.

function get(resourceGroupName: string, networkSecurityGroupName: string, defaultSecurityRuleName: string, options?: DefaultSecurityRulesGetOptionalParams): Promise<SecurityRule>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

networkSecurityGroupName

string

네트워크 보안 그룹의 이름입니다.

defaultSecurityRuleName

string

기본 보안 규칙의 이름입니다.

options
DefaultSecurityRulesGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<SecurityRule>

list(string, string, DefaultSecurityRulesListOptionalParams)

네트워크 보안 그룹의 모든 기본 보안 규칙을 가져옵니다.

function list(resourceGroupName: string, networkSecurityGroupName: string, options?: DefaultSecurityRulesListOptionalParams): PagedAsyncIterableIterator<SecurityRule, SecurityRule[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

networkSecurityGroupName

string

네트워크 보안 그룹의 이름입니다.

options
DefaultSecurityRulesListOptionalParams

옵션 매개 변수입니다.

반환