共用方式為


WorkspacePrivateLinkResourcesOperationsExtensions.ListByWorkspace Method

Definition

Gets the private link resources that need to be created for a workspace.

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)

Parameters

operations
IWorkspacePrivateLinkResourcesOperations

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.

Returns

Applies to