共用方式為


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

適用於