SynapseSqlPoolSchemaCollection.GetAllAsync(String, CancellationToken) Method

Definition

Gets schemas of a given SQL pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/schemas
  • Operation Id: SqlPoolSchemas_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSchemaResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSchemaResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapseSqlPoolSchemaResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SynapseSqlPoolSchemaResource)

Parameters

filter
String

An OData filter expression that filters elements in the collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SynapseSqlPoolSchemaResource that may take multiple service requests to iterate over.

Applies to