Freigeben über


CustomIPPrefixesOperationsExtensions.DeleteAsync Methode

Definition

Löscht das angegebene benutzerdefinierte IP-Präfix.

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

Parameter

operations
ICustomIPPrefixesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

customIpPrefixName
String

Der Name des CustomIpPrefix.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: