InternetGatewayRules Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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))
Parameters
- action
- InternetGatewayRuleAction
Specify action.
- addressList
- IEnumerable<String>
List of Addresses to be allowed or denied.
Exceptions
addressList is null.