Share via


ExpressRouteServiceProvidersOperationsExtensions.ListAsync Method

Definition

Gets all the available express route service providers.

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

Parameters

operations
IExpressRouteServiceProvidersOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to