IWithAttach<ParentT> Interface

Definition

The final stage of the SQL Elastic Pool definition. At this stage, any remaining optional settings can be specified, or the SQL Elastic Pool definition can be attached to the parent SQL Server definition.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithDatabaseDtuMax<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithDatabaseDtuMin<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithDtu<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStorageCapacity<ParentT>
type IWithAttach<'ParentT> = interface
    interface IWithDatabaseDtuMin<'ParentT>
    interface IWithDatabaseDtuMax<'ParentT>
    interface IWithDtu<'ParentT>
    interface IWithStorageCapacity<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithDatabaseDtuMax(Of ParentT), IWithDatabaseDtuMin(Of ParentT), IWithDtu(Of ParentT), IWithStorageCapacity(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithDatabaseDtuMax(Int32)

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

(Inherited from IWithDatabaseDtuMax<ParentT>)
WithDatabaseDtuMin(Int32)

Sets the minimum DTU all SQL Azure Databases are guaranteed.

(Inherited from IWithDatabaseDtuMin<ParentT>)
WithDtu(Int32)

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

(Inherited from IWithDtu<ParentT>)
WithStorageCapacity(Int32)

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

(Inherited from IWithStorageCapacity<ParentT>)

Applies to