ApplicationGatewayOperationsExtensions.List 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 ApplicationGatewayListResponse List(
this IApplicationGatewayOperations operations
)
public:
[ExtensionAttribute]
static ApplicationGatewayListResponse^ List(
IApplicationGatewayOperations^ operations
)
static member List :
operations:IApplicationGatewayOperations -> ApplicationGatewayListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IApplicationGatewayOperations
) As ApplicationGatewayListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse
The response of ListApplicationGateways request.
See Also
ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top