次の方法で共有


RouteTablesOperationsExtensions.List(IRouteTablesOperations, String) メソッド

定義

リソース グループ内のすべてのルート テーブルを取得します。

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)

パラメーター

operations
IRouteTablesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

戻り値

適用対象