다음을 통해 공유


NetworkSecurityGroupRule 클래스

정의

인바운드 엔드포인트에 적용할 네트워크 보안 그룹 규칙입니다.

public class NetworkSecurityGroupRule
type NetworkSecurityGroupRule = class
Public Class NetworkSecurityGroupRule
상속
NetworkSecurityGroupRule

생성자

NetworkSecurityGroupRule()

NetworkSecurityGroupRule 클래스의 새 instance 초기화합니다.

NetworkSecurityGroupRule(Int32, NetworkSecurityGroupRuleAccess, String, IList<String>)

NetworkSecurityGroupRule 클래스의 새 instance 초기화합니다.

속성

Access

지정된 IP 주소, 서브넷 범위 또는 태그에 대해 수행해야 하는 작업을 가져오거나 설정합니다.

Priority

이 규칙의 우선 순위를 가져오거나 설정합니다.

SourceAddressPrefix

규칙과 일치하는 원본 주소 접두사 또는 태그를 가져오거나 설정합니다.

SourcePortRanges

규칙과 일치하는 원본 포트 범위를 가져오거나 설정합니다.

메서드

Validate()

개체의 유효성을 검사합니다.

적용 대상