ElasticPoolOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Begins creating a new Azure SQL Database Elastic Pool or updating an existing Azure SQL Database Elastic Pool. To determine the status of the operation call GetElasticPoolOperationStatus.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateResponse> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateParameters parameters);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations * string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateResponse>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IElasticPoolOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, parameters As ElasticPoolCreateOrUpdateParameters) As Task(Of ElasticPoolCreateOrUpdateResponse)

Parameters

operations
IElasticPoolOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the Azure SQL Database Server belongs.

serverName
String

Required. The name of the Azure SQL Database Server on which the database is hosted.

elasticPoolName
String

Required. The name of the Azure SQL Database Elastic Pool to be operated on (Updated or created).

parameters
ElasticPoolCreateOrUpdateParameters

Required. The required parameters for createing or updating an Elastic Pool.

Returns

Response for long running Azure Sql Database Elastic Pool operation.

Applies to