次の方法で共有


LocalNetworkGatewaysOperationsExtensions.Delete メソッド

定義

指定したローカル ネットワーク ゲートウェイを削除します。

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

パラメーター

operations
ILocalNetworkGatewaysOperations

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

resourceGroupName
String

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

localNetworkGatewayName
String

ローカル ネットワーク ゲートウェイの名前。

適用対象