Share via


PublicIPAddressesOperationsExtensions.DeleteAsync Method

Definition

Deletes the specified public IP address.

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

Parameters

operations
IPublicIPAddressesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

publicIpAddressName
String

The name of the public IP address.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to