IpAllocationsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified IpAllocation.

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

Parameters

operations
IIpAllocationsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

ipAllocationName
String

The name of the IpAllocation.

Applies to