ExpressRouteCircuitConnectionsOperationsExtensions.ListAsync Method
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.
Gets all global reach connections associated with a private peering in an express route circuit.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection>> ListAsync(this Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations operations, string resourceGroupName, string circuitName, string peeringName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IExpressRouteCircuitConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitConnection>>
<Extension()>
Public Function ListAsync (operations As IExpressRouteCircuitConnectionsOperations, resourceGroupName As String, circuitName As String, peeringName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ExpressRouteCircuitConnection))
- operations
- IExpressRouteCircuitConnectionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- circuitName
- String
The name of the circuit.
- peeringName
- String
The name of the peering.
- cancellationToken
- CancellationToken
The cancellation token.
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: