共用方式為


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。

適用於