WorkspacePrivateLinkResourcesOperationsExtensions.ListByWorkspaceAsync Method

Definition

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.HealthcareApis.Models.PrivateLinkResourceDescription>> ListByWorkspaceAsync (this Microsoft.Azure.Management.HealthcareApis.IWorkspacePrivateLinkResourcesOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceAsync : Microsoft.Azure.Management.HealthcareApis.IWorkspacePrivateLinkResourcesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.HealthcareApis.Models.PrivateLinkResourceDescription>>
<Extension()>
Public Function ListByWorkspaceAsync (operations As IWorkspacePrivateLinkResourcesOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to