Share via


WorkspacePrivateEndpointConnectionsOperationsExtensions.ListByWorkspace Method

Definition

Lists all private endpoint connections for a workspace.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnectionDescription> ListByWorkspace (this Microsoft.Azure.Management.HealthcareApis.IWorkspacePrivateEndpointConnectionsOperations operations, string resourceGroupName, string workspaceName);
static member ListByWorkspace : Microsoft.Azure.Management.HealthcareApis.IWorkspacePrivateEndpointConnectionsOperations * string * string -> seq<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnectionDescription>
<Extension()>
Public Function ListByWorkspace (operations As IWorkspacePrivateEndpointConnectionsOperations, resourceGroupName As String, workspaceName As String) As 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.

Returns

Applies to