ReservedIPOperationsExtensions.ListAsync Method (IReservedIPOperations)

 

The List Reserved IP operation retrieves all of the virtual IPs reserved for the subscription.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public static Task<NetworkReservedIPListResponse> ListAsync(
	this IReservedIPOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IReservedIPOperations

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

Return Value

Type: System.Threading.Tasks.Task<NetworkReservedIPListResponse>

The response structure for the Server List operation.

Return to top
Show: