Udostępnij za pośrednictwem


ServicesOperationsExtensions.ListBySubscriptionNext Method

Definition

Handles requests to list all resources in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.ServiceResource> ListBySubscriptionNext (this Microsoft.Azure.Management.AppPlatform.IServicesOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.AppPlatform.IServicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppPlatform.Models.ServiceResource>
<Extension()>
Public Function ListBySubscriptionNext (operations As IServicesOperations, nextPageLink As String) As IPage(Of ServiceResource)

Parameters

operations
IServicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to