Condividi tramite


IpAllocationsOperationsExtensions.Delete Method

Definition

Deletes the specified IpAllocation.

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