HubRouteTablesOperationsExtensions.List Method

Definition

Retrieves the details of all RouteTables.

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

Parameters

operations
IHubRouteTablesOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name of the VirtualHub.

virtualHubName
String

The name of the VirtualHub.

Returns

Applies to