你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkFabricIPExtendedCommunityData 构造函数

定义

初始化 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))

参数

location
AzureLocation

位置。

ipExtendedCommunityRules
IEnumerable<IPExtendedCommunityRule>

IP 扩展社区规则列表。

例外

ipExtendedCommunityRules 为 null。

适用于