ReservedIPOperationsExtensions.BeginDeletingAsync Method (IReservedIPOperations, String)
The Begin Deleting Reserved IP operation removes a reserved IP from your the subscription.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public static Task<AzureOperationResponse> BeginDeletingAsync(
this IReservedIPOperations operations,
string ipName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeletingAsync(
IReservedIPOperations^ operations,
String^ ipName
)
static member BeginDeletingAsync :
operations:IReservedIPOperations *
ipName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeletingAsync (
operations As IReservedIPOperations,
ipName As String
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IReservedIPOperationsReference to the Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
ipName
Type: System.StringRequired. The name of the reserved IP.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
ReservedIPOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top