NetworkPacketBrokerData(AzureLocation, ResourceIdentifier) 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 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.