Share via


IReservedIPOperations.ListAsync Method (CancellationToken)

 

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

Task<NetworkReservedIPListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<NetworkReservedIPListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<NetworkReservedIPListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of NetworkReservedIPListResponse)

Parameters

Return Value

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

The response structure for the Server List operation.

See Also

IReservedIPOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace

Return to top