Share via


WorkspacePrivateEndpointConnectionsOperationsExtensions.ListByWorkspaceAsync Method

Definition

Lists all private endpoint connections for a workspace.

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

Parameters

operations
IWorkspacePrivateEndpointConnectionsOperations

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