Compartir a través de


TenantSettingsOperationsExtensions.ListByServiceNext Método

Definición

Configuración pública.

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

Parámetros

operations
ITenantSettingsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a