ExpressRouteConnectionInformation(ResourceIdentifier, String) Constructor

Definition

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.

Applies to