你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchInboundNatPool.NetworkSecurityGroupRules Property

Definition

A list of network security group rules that will be applied to the endpoint. The maximum number of rules that can be specified across all the endpoints on a Batch Pool is 25. If no network security group rules are specified, a default rule will be created to allow inbound access to the specified backendPort. If the maximum number of network security group rules is exceeded the request fails with HTTP status code 400.

public System.Collections.Generic.IList<Azure.Compute.Batch.NetworkSecurityGroupRule> NetworkSecurityGroupRules { get; }
member this.NetworkSecurityGroupRules : System.Collections.Generic.IList<Azure.Compute.Batch.NetworkSecurityGroupRule>
Public ReadOnly Property NetworkSecurityGroupRules As IList(Of NetworkSecurityGroupRule)

Property Value

Applies to