NetworkFabricIPPrefixData 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 NetworkFabricIPPrefixData.
public NetworkFabricIPPrefixData(Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.IPPrefixRule> ipPrefixRules);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPPrefixData : Azure.Core.AzureLocation * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.IPPrefixRule> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPPrefixData
Public Sub New (location As AzureLocation, ipPrefixRules As IEnumerable(Of IPPrefixRule))
Parameters
- location
- AzureLocation
The location.
- ipPrefixRules
- IEnumerable<IPPrefixRule>
The list of IP Prefix Rules.
Exceptions
ipPrefixRules is null.