다음을 통해 공유


EndpointAccessProfile.IpRules 속성

정의

클라이언트 IP 주소를 필터링할 IP 범위의 배열을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상