PublicIPAddressesOperationsExtensions.BeginDelete Method

Definition

Deletes the specified public IP address.

public static void BeginDelete (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string resourceGroupName, string publicIpAddressName);
static member BeginDelete : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IPublicIPAddressesOperations, resourceGroupName As String, publicIpAddressName As String)

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.

Applies to