ArmNetworkModelFactory.ExpressRouteAuthorizationKey(String) Method
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.
The authorization key.
public static Azure.ResourceManager.Network.Models.ExpressRouteAuthorizationKey ExpressRouteAuthorizationKey(string authorizationKey = default);
static member ExpressRouteAuthorizationKey : string -> Azure.ResourceManager.Network.Models.ExpressRouteAuthorizationKey
Public Shared Function ExpressRouteAuthorizationKey (Optional authorizationKey As String = Nothing) As ExpressRouteAuthorizationKey
Parameters
- authorizationKey
- String
The authorization key used to establish connection between resources in different subscriptions.
Returns
A new ExpressRouteAuthorizationKey instance for mocking.