IApplicationGatewayOperations::ListAsync Method (CancellationToken)
The List Application Gateway operation retrieves all application gateays for the given subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<ApplicationGatewayListResponse^>^The response of ListApplicationGateways request.
Show: