次の方法で共有


ExpressRouteGatewaysOperationsExtensions.BeginDelete メソッド

定義

リソース グループ内の指定された ExpressRoute ゲートウェイを削除します。 ExpressRoute ゲートウェイ リソースは、接続サブリソースがない場合にのみ削除できます。

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

パラメーター

operations
IExpressRouteGatewaysOperations

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

resourceGroupName
String

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

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

適用対象