NetworkFabricRoutePolicyData(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 NetworkFabricRoutePolicyData.
public NetworkFabricRoutePolicyData(Azure.Core.AzureLocation ___location, Azure.Core.ResourceIdentifier networkFabricId);
new Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricRoutePolicyData : Azure.Core.AzureLocation * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricRoutePolicyData
Public Sub New (___location As AzureLocation, networkFabricId As ResourceIdentifier)
Parameters
- ___location
- AzureLocation
The ___location.
- networkFabricId
- ResourceIdentifier
Arm Resource ID of Network Fabric.
Exceptions
networkFabricId
is null.