Compartir a través de


NetworkFabricIPExtendedCommunityData Constructor

Definición

Inicializa una nueva instancia de 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))

Parámetros

location
AzureLocation

Ubicación.

ipExtendedCommunityRules
IEnumerable<IPExtendedCommunityRule>

Lista de reglas de comunidad extendidas de IP.

Excepciones

ipExtendedCommunityRules es null.

Se aplica a