Freigeben über


ApplicationGatewaysOperationsExtensions.ListAllNext Methode

Definition

Ruft alle Anwendungsgateways in einem Abonnement ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGateway> ListAllNext (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, string nextPageLink);
static member ListAllNext : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.ApplicationGateway>
<Extension()>
Public Function ListAllNext (operations As IApplicationGatewaysOperations, nextPageLink As String) As IPage(Of ApplicationGateway)

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: