Freigeben über


NetworkProfilesOperationsExtensions.BeginDeleteAsync Methode

Definition

Löscht das angegebene Netzwerkprofil.

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

Parameter

operations
INetworkProfilesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkProfileName
String

The name of the NetworkProfile.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: