InboundNatPool.NetworkSecurityGroupRules プロパティ

定義

エンドポイントに適用されるネットワーク セキュリティ グループ規則の一覧を取得します。

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

プロパティ値

注釈

プール上のすべてのエンドポイントで指定できるルールの最大数は 25 です。 ネットワーク セキュリティ グループの規則が指定されていない場合は、指定された backendPort への受信アクセスを許可する既定の規則が作成されます。

適用対象