次の方法で共有


VpnGatewaysOperationsExtensions.BeginDelete メソッド

定義

仮想 wan vpn ゲートウェイを削除します。

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

パラメーター

operations
IVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

適用対象