次の方法で共有


NetworkProfilesOperationsExtensions.DeleteAsync メソッド

定義

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

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Network.INetworkProfilesOperations operations, string resourceGroupName, string networkProfileName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Network.INetworkProfilesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As INetworkProfilesOperations, resourceGroupName As String, networkProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
INetworkProfilesOperations

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

resourceGroupName
String

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

networkProfileName
String

NetworkProfile の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象