IElasticPoolOperations.CreateOrUpdateAsync Method

Definition

Creates a new Azure SQL Database Elastic Pool or updates an existing Azure SQL Database Elastic Pool.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateResponse> CreateOrUpdateAsync (string resourceGroupName, string serverName, string elasticPoolName, Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateAsync : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateResponse>
Public Function CreateOrUpdateAsync (resourceGroupName As String, serverName As String, elasticPoolName As String, parameters As ElasticPoolCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of ElasticPoolCreateOrUpdateResponse)

Parameters

resourceGroupName
String

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

serverName
String

The name of the Azure SQL Database Server on which the Azure SQL Database Elastic Pool is hosted.

elasticPoolName
String

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

parameters
ElasticPoolCreateOrUpdateParameters

The required parameters for createing or updating an Azure Sql Databaser Elastic Pool.

cancellationToken
CancellationToken

Cancellation token.

Returns

Response for long running Azure Sql Database Elastic Pool operation.

Applies to