Share via


NetworkPacketBrokerData(AzureLocation, ResourceIdentifier) Constructor

Definition

Initializes a new instance of NetworkPacketBrokerData.

public NetworkPacketBrokerData(Azure.Core.AzureLocation ___location, Azure.Core.ResourceIdentifier networkFabricId);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerData : Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkPacketBrokerData
Public Sub New (___location As AzureLocation, networkFabricId As ResourceIdentifier)

Parameters

___location
AzureLocation

The ___location.

networkFabricId
ResourceIdentifier

ARM resource ID of the Network Fabric.

Exceptions

networkFabricId is null.

Applies to