ExpressRouteConnectionInformation(ResourceIdentifier, String) 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 ExpressRouteConnectionInformation.
public ExpressRouteConnectionInformation(Azure.Core.ResourceIdentifier expressRouteCircuitId, string expressRouteAuthorizationKey);
new Azure.ResourceManager.ManagedNetworkFabric.Models.ExpressRouteConnectionInformation : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.ManagedNetworkFabric.Models.ExpressRouteConnectionInformation
Public Sub New (expressRouteCircuitId As ResourceIdentifier, expressRouteAuthorizationKey As String)
Parameters
- expressRouteCircuitId
- ResourceIdentifier
The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.
- expressRouteAuthorizationKey
- String
Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.
Exceptions
expressRouteCircuitId or expressRouteAuthorizationKey is null.