NetworkFabricIPExtendedCommunityData Constructor

Definition

Initializes a new instance of NetworkFabricIPExtendedCommunityData.

public NetworkFabricIPExtendedCommunityData (Azure.Core.AzureLocation location, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ManagedNetworkFabric.Models.IPExtendedCommunityRule> ipExtendedCommunityRules);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityData : Azure.Core.AzureLocation * seq<Azure.ResourceManager.ManagedNetworkFabric.Models.IPExtendedCommunityRule> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricIPExtendedCommunityData
Public Sub New (location As AzureLocation, ipExtendedCommunityRules As IEnumerable(Of IPExtendedCommunityRule))

Parameters

location
AzureLocation

The location.

ipExtendedCommunityRules
IEnumerable<IPExtendedCommunityRule>

List of IP Extended Community Rules.

Exceptions

ipExtendedCommunityRules is null.

Applies to