NetworkFabricIPCommunityData Constructor

Definition

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.

Applies to