ReservedIPOperationsExtensions.BeginDeleting 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 Microsoft.Azure.AzureOperationResponse BeginDeleting (this Microsoft.WindowsAzure.Management.Network.IReservedIPOperations operations, string ipName);
static member BeginDeleting : Microsoft.WindowsAzure.Management.Network.IReservedIPOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginDeleting (operations As IReservedIPOperations, ipName As String) As AzureOperationResponse
Parameters
- operations
- IReservedIPOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
- ipName
- String
Required. The name of the reserved IP.
Returns
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.