다음을 통해 공유


RouteTablesOperationsExtensions.Get Method

Definition

Gets the specified route table.

public static Microsoft.Azure.Management.Network.Models.RouteTable Get (this Microsoft.Azure.Management.Network.IRouteTablesOperations operations, string resourceGroupName, string routeTableName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.IRouteTablesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.RouteTable
<Extension()>
Public Function Get (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String, Optional expand As String = Nothing) As RouteTable

Parameters

operations
IRouteTablesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

routeTableName
String

The name of the route table.

expand
String

Expands referenced resources.

Returns

Applies to