次の方法で共有


NatRulesOperationsExtensions.BeginDelete メソッド

定義

nat ルールを削除します。

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

パラメーター

operations
INatRulesOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

natRuleName
String

nat 規則の名前。

適用対象