PublicIPPrefixesOperationsExtensions.DeleteAsync Method

Definition

Deletes the specified public IP prefix.

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

Parameters

operations
IPublicIPPrefixesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

publicIpPrefixName
String

The name of the PublicIpPrefix.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to