共用方式為


RouteOperationsExtensions.GetEffectiveRouteTableForNetworkInterfaceAsync Method

Definition

Get the effective route table for the provided network interface in this subscription.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetEffectiveRouteTableResponse> GetEffectiveRouteTableForNetworkInterfaceAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string serviceName, string deploymentName, string roleinstanceName, string networkInterfaceName);
static member GetEffectiveRouteTableForNetworkInterfaceAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GetEffectiveRouteTableResponse>
<Extension()>
Public Function GetEffectiveRouteTableForNetworkInterfaceAsync (operations As IRouteOperations, serviceName As String, deploymentName As String, roleinstanceName As String, networkInterfaceName As String) As Task(Of GetEffectiveRouteTableResponse)

Parameters

operations
IRouteOperations

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

serviceName
String

Required. The name of the cloud service.

deploymentName
String

Required. The name of the deployment.

roleinstanceName
String

Required. The name of the role instance.

networkInterfaceName
String

Required. The name of the network interface.

Returns

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

Applies to