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

WorkspacePrivateLinkResourcesOperationsExtensions.ListByWorkspace 方法

定义

获取需要为工作区创建的专用链接资源。

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.HealthcareApis.Models.PrivateLinkResourceDescription> ListByWorkspace (this Microsoft.Azure.Management.HealthcareApis.IWorkspacePrivateLinkResourcesOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.HealthcareApis.IWorkspacePrivateLinkResourcesOperations * string * string -> seq<Microsoft.Azure.Management.HealthcareApis.Models.PrivateLinkResourceDescription>
<Extension()>
Public Function ListByWorkspace (operations As IWorkspacePrivateLinkResourcesOperations, resourceGroupName As String, workspaceName As String) As IEnumerable(Of PrivateLinkResourceDescription)

参数

operations
IWorkspacePrivateLinkResourcesOperations

此扩展方法的操作组。

resourceGroupName
String

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

workspaceName
String

工作区资源的名称。

返回

适用于