Aracılığıyla paylaş


ExpressRouteCrossConnectionsOperationsExtensions.Get Method

Definition

Gets details about the specified ExpressRouteCrossConnection.

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

Parameters

operations
IExpressRouteCrossConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group (peering location of the circuit).

crossConnectionName
String

The name of the ExpressRouteCrossConnection (service key of the circuit).

Returns

Applies to