InboundNatPool.NetworkSecurityGroupRules Egenskap

Definition

Hämtar eller anger en lista över regler för nätverkssäkerhetsgrupper som ska tillämpas på slutpunkten.

[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)

Egenskapsvärde

Attribut
Newtonsoft.Json.JsonPropertyAttribute

Kommentarer

Det maximala antalet regler som kan anges för alla slutpunkter i en Batch-pool är 25. Om inga regler för nätverkssäkerhetsgrupper anges skapas en standardregel som tillåter inkommande åtkomst till den angivna backendPort. Om det maximala antalet regler för nätverkssäkerhetsgrupper överskrids misslyckas begäran med HTTP-statuskod 400.

Gäller för