你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FhirServicesOperationsExtensions.ListByWorkspace 方法

定义

列出给定工作区的所有 FHIR 服务

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.FhirService> ListByWorkspace(this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>
<Extension()>
Public Function ListByWorkspace (operations As IFhirServicesOperations, resourceGroupName As String, workspaceName As String) As IPage(Of FhirService)

参数

operations
IFhirServicesOperations

此扩展方法的操作组。

resourceGroupName
String

包含服务实例的资源组的名称。

workspaceName
String

工作区资源的名称。

返回

适用于