Freigeben über


SynapseBigDataPoolInfoCollection.GetAsync(String, CancellationToken) Methode

Definition

Rufen Sie einen Big Data-Pool ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/bigDataPools/{bigDataPoolName}
  • Vorgangs-IdBigDataPools_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>> GetAsync (string bigDataPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Synapse.SynapseBigDataPoolInfoResource>>
Public Overridable Function GetAsync (bigDataPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SynapseBigDataPoolInfoResource))

Parameter

bigDataPoolName
String

Name des Big Data-Pools.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

bigDataPoolName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

bigDataPoolName ist NULL.

Gilt für: