Compartir a través de


NetworkGroupsOperationsExtensions.Delete Método

Definición

Elimina un grupo de red.

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

Parámetros

operations
INetworkGroupsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkManagerName
String

Nombre del administrador de red.

networkGroupName
String

Nombre del grupo de red.

force
Nullable<Boolean>

Elimina el recurso aunque forme parte de una configuración implementada. Si se ha implementado la configuración, el servicio realizará una implementación de limpieza en segundo plano, antes de la eliminación.

Devoluciones

Se aplica a