Aracılığıyla paylaş


RouteTablesOperationsExtensions.List(IRouteTablesOperations, String) Method

Definition

Gets all route tables in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.RouteTable> List (this Microsoft.Azure.Management.Network.IRouteTablesOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Network.IRouteTablesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.RouteTable>
<Extension()>
Public Function List (operations As IRouteTablesOperations, resourceGroupName As String) As IPage(Of RouteTable)

Parameters

operations
IRouteTablesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to