ISqlElasticPoolOperationsDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface ISqlElasticPoolOperationsDefinition : 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.IWithBasicEdition, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithEdition, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithPremiumEdition, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithSqlServer, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithStandardEdition
type ISqlElasticPoolOperationsDefinition = interface
    interface IWithSqlServer
    interface IWithEdition
    interface IWithEditionBeta
    interface IBeta
    interface IWithBasicEdition
    interface IWithCreate
    interface IWithDatabaseDtuMin
    interface IWithDatabaseDtuMax
    interface IWithDtu
    interface IWithStorageCapacity
    interface IWithDatabase
    interface IWithDatabaseBeta
    interface IDefinitionWithTags<IWithCreate>
    interface ICreatable<ISqlElasticPool>
    interface IIndexable
    interface IWithBasicEditionBeta
    interface IWithStandardEdition
    interface IWithStandardEditionBeta
    interface IWithPremiumEdition
    interface IWithPremiumEditionBeta
Public Interface ISqlElasticPoolOperationsDefinition
Implements IBeta, ICreatable(Of ISqlElasticPool), IDefinitionWithTags(Of IWithCreate), IWithBasicEdition, IWithEdition, IWithPremiumEdition, IWithSqlServer, IWithStandardEdition
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)
WithBasicPool()

Sets the basic edition for the SQL Elastic Pool.

(Inherited from IWithEditionBeta)
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)
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs)

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

(Inherited from IWithPremiumEditionBeta)
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs)

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

(Inherited from IWithStandardEditionBeta)
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)
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

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

(Inherited from IWithPremiumEditionBeta)
WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

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

(Inherited from IWithStandardEditionBeta)
WithDtu(Int32)

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

(Inherited from IWithDtu)
WithEdition(ElasticPoolEdition)

Sets the edition for the SQL Elastic Pool.

(Inherited from IWithEditionBeta)
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)
WithExistingSqlServer(ISqlServer)

Sets the parent SQL server for the new Elastic Pool.

(Inherited from IWithSqlServer)
WithExistingSqlServer(String, String, String)

Sets the parent SQL server name and resource group it belongs to.

(Inherited from IWithSqlServer)
WithNewDatabase(String)

Creates a new database in the SQL elastic pool.

(Inherited from IWithDatabase)
WithPremiumPool()

Sets the premium edition for the SQL Elastic Pool.

(Inherited from IWithEditionBeta)
WithReservedDtu(SqlElasticPoolBasicEDTUs)

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

(Inherited from IWithBasicEditionBeta)
WithReservedDtu(SqlElasticPoolPremiumEDTUs)

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

(Inherited from IWithPremiumEditionBeta)
WithReservedDtu(SqlElasticPoolStandardEDTUs)

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

(Inherited from IWithStandardEditionBeta)
WithStandardPool()

Sets the standard edition for the SQL Elastic Pool.

(Inherited from IWithEditionBeta)
WithStorageCapacity(Int32)

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

(Inherited from IWithStorageCapacity)
WithStorageCapacity(SqlElasticPoolPremiumSorage)

Sets the storage capacity for the SQL Azure Database Elastic Pool.

(Inherited from IWithPremiumEditionBeta)
WithStorageCapacity(SqlElasticPoolStandardStorage)

Sets the storage capacity for the SQL Azure Database Elastic Pool.

(Inherited from IWithStandardEditionBeta)
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