次の方法で共有


NetworkProfilesOperationsExtensions.BeginDelete メソッド

定義

指定したネットワーク プロファイルを削除します。

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

パラメーター

operations
INetworkProfilesOperations

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

resourceGroupName
String

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

networkProfileName
String

NetworkProfile の名前。

適用対象