Share via


SynapseAnalyticsManagementClient.ListSqlPoolsV3(String, String) Method

Definition

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

Parameters

resourceGroupName
String
workspaceName
String

Returns

List<Microsoft.Azure.Management.Synapse.Models.SqlPoolV3>

Applies to