InboundNatPool.NetworkSecurityGroupRules 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定將套用至端點的網路安全性群組規則清單。
[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。