InternetGatewayRules コンストラクター

定義

InternetGatewayRules の新しいインスタンスを初期化します。

public InternetGatewayRules (Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayRuleAction action, System.Collections.Generic.IEnumerable<string> addressList);
new Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayRules : Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayRuleAction * seq<string> -> Azure.ResourceManager.ManagedNetworkFabric.Models.InternetGatewayRules
Public Sub New (action As InternetGatewayRuleAction, addressList As IEnumerable(Of String))

パラメーター

action
InternetGatewayRuleAction

アクションを指定します。

addressList
IEnumerable<String>

許可または拒否するアドレスの一覧。

例外

addressList が null です。

適用対象