次の方法で共有


P2sVpnGatewaysOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IP2sVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

適用対象