Aracılığıyla paylaş


ExpressRouteCrossConnectionPeeringsOperationsExtensions.Get Method

Definition

Gets the specified peering for the ExpressRouteCrossConnection.

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

Parameters

operations
IExpressRouteCrossConnectionPeeringsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

crossConnectionName
String

The name of the ExpressRouteCrossConnection.

peeringName
String

The name of the peering.

Returns

Applies to