다음을 통해 공유


InboundNatPool.NetworkSecurityGroupRules 속성

정의

엔드포인트에 적용할 네트워크 보안 그룹 규칙 목록을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="networkSecurityGroupRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.NetworkSecurityGroupRule> NetworkSecurityGroupRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="networkSecurityGroupRules")>]
member this.NetworkSecurityGroupRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.NetworkSecurityGroupRule> with get, set
Public Property NetworkSecurityGroupRules As IList(Of NetworkSecurityGroupRule)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

Batch 풀의 모든 엔드포인트에서 지정할 수 있는 최대 규칙 수는 25개입니다. 네트워크 보안 그룹 규칙을 지정하지 않으면 지정된 backendPort에 대한 인바운드 액세스를 허용하는 기본 규칙이 만들어집니다. 최대 네트워크 보안 그룹 규칙 수를 초과하는 경우 HTTP 상태 코드 400으로 인해 요청이 실패합니다.

적용 대상