Share via


SynapseBigDataPoolInfoCollection.Get(String, CancellationToken) Method

Definition

Get a Big Data pool.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}
  • Operation Id: BigDataPools_Get
public virtual Azure.Response<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource> Get (string bigDataPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>
Public Overridable Function Get (bigDataPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SynapseBigDataPoolInfoResource)

Parameters

bigDataPoolName
String

Big Data pool name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

bigDataPoolName is an empty string, and was expected to be non-empty.

bigDataPoolName is null.

Applies to