共用方式為


ReservedIPOperationsExtensions.BeginDeletingAsync Method

Definition

The Begin Deleting Reserved IP operation removes a reserved IP from your the subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAsync (this Microsoft.WindowsAzure.Management.Network.IReservedIPOperations operations, string ipName);
static member BeginDeletingAsync : Microsoft.WindowsAzure.Management.Network.IReservedIPOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingAsync (operations As IReservedIPOperations, ipName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IReservedIPOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.

ipName
String

Required. The name of the reserved IP.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to