共用方式為


RouteOperationsExtensions.GetRouteTableForSubnet Method

Definition

Get the specified route table for the provided subnet in the provided virtual network in this subscription.

public static Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse GetRouteTableForSubnet (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string vnetName, string subnetName);
static member GetRouteTableForSubnet : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GetRouteTableForSubnetResponse
<Extension()>
Public Function GetRouteTableForSubnet (operations As IRouteOperations, vnetName As String, subnetName As String) As GetRouteTableForSubnetResponse

Parameters

operations
IRouteOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.

vnetName
String

Required. The name of the virtual network that contains the provided subnet.

subnetName
String

Required. The name of the subnet.

Returns

A standard service response including an HTTP status code and request ID.

Applies to