次の方法で共有


NetworkGroupsOperationsExtensions.BeginDeleteAsync メソッド

定義

ネットワーク グループを削除します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkGroupsDeleteHeaders> BeginDeleteAsync (this Microsoft.Azure.Management.Network.INetworkGroupsOperations operations, string resourceGroupName, string networkManagerName, string networkGroupName, bool? force = default, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.Network.INetworkGroupsOperations * string * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkGroupsDeleteHeaders>
<Extension()>
Public Function BeginDeleteAsync (operations As INetworkGroupsOperations, resourceGroupName As String, networkManagerName As String, networkGroupName As String, Optional force As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkGroupsDeleteHeaders)

パラメーター

operations
INetworkGroupsOperations

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

resourceGroupName
String

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

networkManagerName
String

ネットワーク マネージャーの名前。

networkGroupName
String

ネットワーク グループの名前。

force
Nullable<Boolean>

デプロイされた構成の一部である場合でも、リソースを削除します。 構成がデプロイされている場合、サービスは削除の前にバックグラウンドでクリーンアップデプロイを行います。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象