次の方法で共有


InboundNatRulesOperationsExtensions.Delete メソッド

定義

指定したロード バランサーの受信 NAT 規則を削除します。

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

パラメーター

operations
IInboundNatRulesOperations

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

resourceGroupName
String

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

loadBalancerName
String

ロード バランサ―の名前。

inboundNatRuleName
String

受信 NAT 規則の名前。

適用対象