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

Parameters

operations
IExpressRouteServiceProvidersOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to