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

Parameters

operations
IDicomServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the service instance.

workspaceName
String

The name of workspace resource.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to