Freigeben über


BackendOperationsExtensions.ListByServiceNext Methode

Definition

Listet eine Auflistung von Back-Ends in der angegebenen Dienstinstanz auf

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.BackendContract> ListByServiceNext (this Microsoft.Azure.Management.ApiManagement.IBackendOperations operations, string nextPageLink);
static member ListByServiceNext : Microsoft.Azure.Management.ApiManagement.IBackendOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.BackendContract>
<Extension()>
Public Function ListByServiceNext (operations As IBackendOperations, nextPageLink As String) As IPage(Of BackendContract)

Parameter

operations
IBackendOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: