DicomServicesOperationsExtensions.ListByWorkspaceNextAsync Method

Definition

Lists all DICOM Services for the given workspace

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.DicomService>> ListByWorkspaceNextAsync (this Microsoft.Azure.Management.HealthcareApis.IDicomServicesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceNextAsync : Microsoft.Azure.Management.HealthcareApis.IDicomServicesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.DicomService>>
<Extension()>
Public Function ListByWorkspaceNextAsync (operations As IDicomServicesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to