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