NetworkFabricNeighborGroupData 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 NetworkFabricNeighborGroupData.
public NetworkFabricNeighborGroupData(Azure.Core.AzureLocation location, Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination destination);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupData : Azure.Core.AzureLocation * Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupData
Public Sub New (location As AzureLocation, destination As NeighborGroupDestination)
Parameters
- location
- AzureLocation
The location.
- destination
- NeighborGroupDestination
An array of destination IPv4 Addresses or IPv6 Addresses.
Exceptions
destination is null.