ExpressRouteLinksOperationsExtensions.Get Method

Definition

Retrieves the specified ExpressRouteLink resource.

public static Microsoft.Azure.Management.Network.Models.ExpressRouteLink Get (this Microsoft.Azure.Management.Network.IExpressRouteLinksOperations operations, string resourceGroupName, string expressRoutePortName, string linkName);
static member Get : Microsoft.Azure.Management.Network.IExpressRouteLinksOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteLink
<Extension()>
Public Function Get (operations As IExpressRouteLinksOperations, resourceGroupName As String, expressRoutePortName As String, linkName As String) As ExpressRouteLink

Parameters

operations
IExpressRouteLinksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

expressRoutePortName
String

The name of the ExpressRoutePort resource.

linkName
String

The name of the ExpressRouteLink resource.

Returns

Applies to