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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET