Share via


FhirServicesOperationsExtensions.ListByWorkspaceAsync Method

Definition

Lists all FHIR Services for the given workspace

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>> ListByWorkspaceAsync (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IFhirServicesOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FhirService))

Parameters

operations
IFhirServicesOperations

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