ExpressRouteCircuitsOperationsExtensions.ListAllAsync Method

Definition

Gets all the express route circuits in a subscription.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuit>> ListAllAsync (this Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.Network.IExpressRouteCircuitsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuit>>
<Extension()>
Public Function ListAllAsync (operations As IExpressRouteCircuitsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ExpressRouteCircuit))

Parameters

operations
IExpressRouteCircuitsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to