Udostępnij za pośrednictwem


ApplicationGatewayOperationsExtensions.List Method

Definition

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)

public static Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse List (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations);
static member List : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations -> Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayListResponse
<Extension()>
Public Function List (operations As IApplicationGatewayOperations) As ApplicationGatewayListResponse

Parameters

operations
IApplicationGatewayOperations

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

Returns

The response of ListApplicationGateways request.

Applies to