Share via


ApplicationGatewayOperationsExtensions.ListAsync Method (IApplicationGatewayOperations)

 

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

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

Parameters

Return Value

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

The response of ListApplicationGateways request.

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top