IWithExistingDatabaseAfterElasticPool<ParentT> Interface

Definition

The stage to decide whether using existing database or not.

public interface IWithExistingDatabaseAfterElasticPool<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachAfterElasticPoolOptions<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.IWithImportFromAfterElasticPool<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithImportFromAfterElasticPoolBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithRestorePointDatabaseAfterElasticPool<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithSampleDatabaseAfterElasticPool<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithSampleDatabaseAfterElasticPoolBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithSourceDatabaseId<ParentT>
type IWithExistingDatabaseAfterElasticPool<'ParentT> = interface
    interface IWithImportFromAfterElasticPool<'ParentT>
    interface IWithImportFromAfterElasticPoolBeta<'ParentT>
    interface IBeta
    interface IWithRestorePointDatabaseAfterElasticPool<'ParentT>
    interface IWithRestorePointDatabaseAfterElasticPoolBeta<'ParentT>
    interface IWithSampleDatabaseAfterElasticPool<'ParentT>
    interface IWithSampleDatabaseAfterElasticPoolBeta<'ParentT>
    interface IWithSourceDatabaseId<'ParentT>
    interface IWithAttachAfterElasticPoolOptions<'ParentT>
    interface IWithCollationAfterElasticPoolOptions<'ParentT>
    interface IWithMaxSizeBytesAfterElasticPoolOptions<'ParentT>
    interface IWithAttachFinal<'ParentT>
    interface IInDefinition<'ParentT>
Public Interface IWithExistingDatabaseAfterElasticPool(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttachAfterElasticPoolOptions(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollationAfterElasticPoolOptions(Of ParentT), IWithImportFromAfterElasticPool(Of ParentT), IWithImportFromAfterElasticPoolBeta(Of ParentT), IWithMaxSizeBytesAfterElasticPoolOptions(Of ParentT), IWithRestorePointDatabaseAfterElasticPool(Of ParentT), IWithRestorePointDatabaseAfterElasticPoolBeta(Of ParentT), IWithSampleDatabaseAfterElasticPool(Of ParentT), IWithSampleDatabaseAfterElasticPoolBeta(Of ParentT), IWithSourceDatabaseId(Of ParentT)

Type Parameters

ParentT

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

Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
FromRestorePoint(IRestorePoint)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>)
FromRestorePoint(IRestorePoint, DateTime)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta<ParentT>)
FromSample(SampleName)

Creates a new database from a restore point.

(Inherited from IWithSampleDatabaseAfterElasticPoolBeta<ParentT>)
ImportFrom(IStorageAccount, String, String)

Creates a new database from a BACPAC file.

(Inherited from IWithImportFromAfterElasticPoolBeta<ParentT>)
ImportFrom(String)

Creates a new database from a BACPAC file.

(Inherited from IWithImportFromAfterElasticPoolBeta<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>)
WithSourceDatabase(ISqlDatabase)

Sets the resource if of source database for the SQL Database. Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.

(Inherited from IWithSourceDatabaseId<ParentT>)
WithSourceDatabase(String)

Sets the resource if of source database for the SQL Database. Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.

(Inherited from IWithSourceDatabaseId<ParentT>)

Applies to