DicomServicesOperationsExtensions.ListByWorkspaceNext Method

Definition

Lists all DICOM Services for the given workspace

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

Parameters

operations
IDicomServicesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to