次の方法で共有


NetworkGroupsOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
INetworkGroupsOperations

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

resourceGroupName
String

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

networkManagerName
String

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

networkGroupName
String

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

force
Nullable<Boolean>

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

戻り値

適用対象