Share via


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)

Syntax

public static Task<NetworkReservedIPListResponse> ListAsync(
    this IReservedIPOperations operations
)
public:
[ExtensionAttribute]
static Task<NetworkReservedIPListResponse^>^ ListAsync(
    IReservedIPOperations^ operations
)
static member ListAsync : 
        operations:IReservedIPOperations -> Task<NetworkReservedIPListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IReservedIPOperations
) As Task(Of NetworkReservedIPListResponse)

Parameters

Return Value

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

The response structure for the Server List operation.

See Also

ReservedIPOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top