ExpressRouteCrossConnectionPeeringsOperationsExtensions.List Method

Definition

Gets all peerings in a specified ExpressRouteCrossConnection.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionPeering> List (this Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations operations, string resourceGroupName, string crossConnectionName);
static member List : Microsoft.Azure.Management.Network.IExpressRouteCrossConnectionPeeringsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionPeering>
<Extension()>
Public Function List (operations As IExpressRouteCrossConnectionPeeringsOperations, resourceGroupName As String, crossConnectionName As String) As IPage(Of 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.

Returns

Applies to