共用方式為


ServicesOperationsExtensions.ListNext(IServicesOperations, String) Method

Definition

Get all the service instances in a subscription.

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

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