Freigeben über


IpAllocationsOperationsExtensions.DeleteAsync Methode

Definition

Löscht die angegebene IpAllocation.

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

Parameter

operations
IIpAllocationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

ipAllocationName
String

Der Name der IpAllocation.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: