IBlank<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The first stage of the SQL Server definition.
public interface IBlank<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithEdition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithEditionBeta<ParentT>
type IBlank<'ParentT> = interface
interface IWithEdition<'ParentT>
interface IWithEditionBeta<'ParentT>
interface IBeta
Public Interface IBlank(Of ParentT)
Implements IBeta, IWithEdition(Of ParentT), IWithEditionBeta(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
WithBasicPool() |
Sets the basic edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |
WithEdition(ElasticPoolEdition) |
Sets the edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |
WithPremiumPool() |
Sets the premium edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |
WithStandardPool() |
Sets the standard edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |