Compartilhar via


ReservedIPOperationsExtensions.BeginDeletingAsync Método

Definição

A operação Iniciar Exclusão de IP Reservado remove um IP reservado de sua assinatura.

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)

Parâmetros

operations
IReservedIPOperations

Referência ao Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.

ipName
String

Obrigatórios. O nome do IP reservado.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a