IApplicationGatewayOperations.ListAsync Method (CancellationToken)
The List Application Gateway operation retrieves all application gateays for the given subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<ApplicationGatewayListResponse> ListAsync(
CancellationToken cancellationToken
)
Task<ApplicationGatewayListResponse^>^ ListAsync(
CancellationToken cancellationToken
)
abstract ListAsync :
cancellationToken:CancellationToken -> Task<ApplicationGatewayListResponse>
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of ApplicationGatewayListResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ApplicationGatewayListResponse>
The response of ListApplicationGateways request.
See Also
IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top