次の方法で共有


RouteOperationsExtensions.GetEffectiveRouteTableForNetworkInterfaceAsync メソッド

定義

このサブスクリプションで指定されたネットワーク インターフェイスの有効なルート テーブルを取得します。

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)

パラメーター

operations
IRouteOperations

Microsoft.WindowsAzure.Management.Network.IRouteOperations への参照。

serviceName
String

必須。 クラウド サービスの名前。

deploymentName
String

必須。 デプロイの名前。

roleinstanceName
String

必須。 ロール インスタンスの名前。

networkInterfaceName
String

必須。 ネットワーク インターフェイスの名前。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象