PublicIPAddressesOperationsExtensions.Delete Method

Definition

Deletes the specified public IP address.

public static void Delete (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string resourceGroupName, string publicIpAddressName);
static member Delete : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string * string -> unit
<Extension()>
Public Sub Delete (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