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