Share via


IWithAttachAfterElasticPoolOptions<ParentT> Interface

Definition

The final stage of the SQL Database definition after the SQL Elastic Pool definition.

public interface IWithAttachAfterElasticPoolOptions<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachFinal<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCollationAfterElasticPoolOptions<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>
type IWithAttachAfterElasticPoolOptions<'ParentT> = interface
    interface IWithCollationAfterElasticPoolOptions<'ParentT>
    interface IWithMaxSizeBytesAfterElasticPoolOptions<'ParentT>
    interface IWithAttachFinal<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IWithAttachAfterElasticPoolOptions(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollationAfterElasticPoolOptions(Of ParentT), IWithMaxSizeBytesAfterElasticPoolOptions(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>)
WithCollation(String)

Sets the collation for the SQL Database.

(Inherited from IWithCollationAfterElasticPoolOptions<ParentT>)
WithMaxSizeBytes(Int64)

Sets the max size in bytes for SQL Database.

(Inherited from IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>)

Applies to