Freigeben über


ElasticPoolCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft einen Pool für elastische Datenbanken ab

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/elasticPools/{elasticPoolName}
  • Vorgang IdElasticPools_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ElasticPoolResource>> GetAsync (string elasticPoolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ElasticPoolResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.ElasticPoolResource>>
Public Overridable Function GetAsync (elasticPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ElasticPoolResource))

Parameter

elasticPoolName
String

Der Name des Pools für elastische Datenbanken.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

elasticPoolName ist NULL.

Gilt für: