次の方法で共有


NetworkInterfacesOperationsExtensions.Delete メソッド

定義

指定したネットワーク インターフェイスを削除します。

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

パラメーター

operations
INetworkInterfacesOperations

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

resourceGroupName
String

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

networkInterfaceName
String

ネットワーク インターフェイスの名前。

適用対象