Condividi tramite


RouteTablesOperationsExtensions.ListAllAsync Method

Definition

Gets all route tables in a subscription.

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

Parameters

operations
IRouteTablesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to