Share via


IWithEditionBeta.WithEdition(ElasticPoolEdition) Method

Definition

Sets the edition for the SQL Elastic Pool.

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate WithEdition (Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition edition);
abstract member WithEdition : Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolEdition -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate
Public Function WithEdition (edition As ElasticPoolEdition) As IWithCreate

Parameters

edition
ElasticPoolEdition

Edition to be set for Elastic Pool.

Returns

Applies to