ReservedIPOperationsExtensions.BeginDeletingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.