DicomServicesOperationsExtensions.ListByWorkspaceNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.