Partager via


NetworkInterfacesOperationsExtensions.Delete Méthode

Définition

Supprime l’interface réseau spécifiée.

public static void Delete (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string networkInterfaceName);
static member Delete : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As INetworkInterfacesOperations, resourceGroupName As String, networkInterfaceName As String)

Paramètres

operations
INetworkInterfacesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkInterfaceName
String

Nom de l’interface réseau.

S’applique à