Freigeben über


NetworkInterfaceTapConfigurationsOperationsExtensions.DeleteAsync Methode

Definition

Löscht die angegebene Tippkonfiguration aus der NetworkInterface.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkInterfaceTapConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName, string tapConfigurationName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Network.Fluent.INetworkInterfaceTapConfigurationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As INetworkInterfaceTapConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String, tapConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
INetworkInterfaceTapConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

tapConfigurationName
String

Der Name der Tippkonfiguration.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: