次の方法で共有


RouteTablesOperationsExtensions.Delete メソッド

定義

指定したルート テーブルを削除します。

public static void Delete (this Microsoft.Azure.Management.Network.IRouteTablesOperations operations, string resourceGroupName, string routeTableName);
static member Delete : Microsoft.Azure.Management.Network.IRouteTablesOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IRouteTablesOperations, resourceGroupName As String, routeTableName As String)

パラメーター

operations
IRouteTablesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

routeTableName
String

ルート テーブルの名前。

適用対象