NetworkSecurityGroupRule.Priority 속성

정의

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

[Newtonsoft.Json.JsonProperty(PropertyName="priority")]
public int Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="priority")>]
member this.Priority : int with get, set
Public Property Priority As Integer

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

풀 내의 우선 순위는 고유해야 하며 우선 순위 순서대로 평가됩니다. 번호가 낮을수록 우선순위가 높습니다. 예를 들어 순서 번호가 150, 250 및 350인 규칙을 지정할 수 있습니다. 순서 번호가 150인 규칙이 순서가 250인 규칙보다 우선합니다. 허용되는 우선 순위는 150~4096입니다. 예약된 값 또는 중복 값이 제공되면 요청이 HTTP 상태 코드 400으로 실패합니다.

적용 대상