IWithBasicEdition Interface

Definition

The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a basic pool.

public interface IWithBasicEdition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithBasicEditionBeta, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate
type IWithBasicEdition = interface
    interface IWithCreate
    interface IWithDatabaseDtuMin
    interface IWithDatabaseDtuMax
    interface IWithDtu
    interface IWithStorageCapacity
    interface IWithDatabase
    interface IWithDatabaseBeta
    interface IBeta
    interface IDefinitionWithTags<IWithCreate>
    interface ICreatable<ISqlElasticPool>
    interface IIndexable
    interface IWithBasicEditionBeta
Public Interface IWithBasicEdition
Implements IBeta, ICreatable(Of ISqlElasticPool), IDefinitionWithTags(Of IWithCreate), IWithBasicEditionBeta, IWithCreate
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineDatabase(String)

Begins the definition of a new SQL Database to be added to this server.

(Inherited from IWithDatabaseBeta)
WithDatabaseDtuMax(Int32)

Sets the maximum DTU any one SQL Azure Database can consume.

(Inherited from IWithDatabaseDtuMax)
WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs)

Sets the maximum number of eDTU a database in the pool can consume.

(Inherited from IWithBasicEditionBeta)
WithDatabaseDtuMin(Int32)

Sets the minimum DTU all SQL Azure Databases are guaranteed.

(Inherited from IWithDatabaseDtuMin)
WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

(Inherited from IWithBasicEditionBeta)
WithDtu(Int32)

Sets the total shared DTU for the SQL Azure Database Elastic Pool.

(Inherited from IWithDtu)
WithExistingDatabase(ISqlDatabase)

Adds the database in the SQL elastic pool.

(Inherited from IWithDatabase)
WithExistingDatabase(String)

Adds an existing database in the SQL elastic pool.

(Inherited from IWithDatabase)
WithNewDatabase(String)

Creates a new database in the SQL elastic pool.

(Inherited from IWithDatabase)
WithReservedDtu(SqlElasticPoolBasicEDTUs)

Sets the total shared eDTU for the SQL Azure Database Elastic Pool.

(Inherited from IWithBasicEditionBeta)
WithStorageCapacity(Int32)

Sets the storage limit for the SQL Azure Database Elastic Pool in MB.

(Inherited from IWithStorageCapacity)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)

Applies to