次の方法で共有


RouteOperationsExtensions.BeginDeleteRoute メソッド

定義

このサブスクリプションで指定されたテーブルの指定したルートを設定します。

public static Microsoft.Azure.AzureOperationResponse BeginDeleteRoute (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName, string routeName);
static member BeginDeleteRoute : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginDeleteRoute (operations As IRouteOperations, routeTableName As String, routeName As String) As AzureOperationResponse

パラメーター

operations
IRouteOperations

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

routeTableName
String

必須。 指定されたルートが設定されるルート テーブルの名前。

routeName
String

必須。 指定されたルート テーブルに設定されるルートの名前。

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象