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)

Task<NetworkReservedIPListResponse> ListAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The response structure for the Server List operation.

Return to top
Show: