Share via


TenantSettingsOperationsExtensions.ListByServiceNext Method

Definition

Public settings.

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)

Parameters

operations
ITenantSettingsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to