Share via


SynapseAnalyticsManagementClient.ListSqlPools(String, String) Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Management.Synapse.Models.SqlPool> ListSqlPools (string resourceGroupName, string workspaceName);
member this.ListSqlPools : string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.Synapse.Models.SqlPool>
Public Function ListSqlPools (resourceGroupName As String, workspaceName As String) As List(Of SqlPool)

Parameters

resourceGroupName
String
workspaceName
String

Returns

Applies to