ApplicationGatewayOperationsExtensions::ListAsync Method (IApplicationGatewayOperations^)

 

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)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public:
[ExtensionAttribute]
static Task<ApplicationGatewayListResponse^>^ ListAsync(
	IApplicationGatewayOperations^ operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network::IApplicationGatewayOperations^

Reference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.

Return Value

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

The response of ListApplicationGateways request.

Return to top
Show: