次の方法で共有


NetworkManagersOperationsExtensions.Delete メソッド

定義

ネットワーク マネージャーを削除します。

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

パラメーター

operations
INetworkManagersOperations

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

resourceGroupName
String

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

networkManagerName
String

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

force
Nullable<Boolean>

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

戻り値

適用対象