Condividi tramite


DatabasesOperationsExtensions.GetByElasticPoolAsync Method

Definition

Gets a database inside of an elastic pool.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseInner> GetByElasticPoolAsync (this Microsoft.Azure.Management.Sql.Fluent.IDatabasesOperations operations, string resourceGroupName, string serverName, string elasticPoolName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member GetByElasticPoolAsync : Microsoft.Azure.Management.Sql.Fluent.IDatabasesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.DatabaseInner>
<Extension()>
Public Function GetByElasticPoolAsync (operations As IDatabasesOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DatabaseInner)

Parameters

operations
IDatabasesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName
String

The name of the server.

elasticPoolName
String

The name of the elastic pool to be retrieved.

databaseName
String

The name of the database to be retrieved.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to