IWithExistingDatabaseAfterElasticPool Interface

Definition

The stage to decide whether using existing database or not.

public interface IWithExistingDatabaseAfterElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithCreateFinal>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithCreateAfterElasticPoolOptions, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithImportFromAfterElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithRestorePointDatabaseAfterElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSampleDatabaseAfterElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSourceDatabaseId
type IWithExistingDatabaseAfterElasticPool = interface
    interface IWithImportFromAfterElasticPool
    interface IWithImportFromAfterElasticPoolBeta
    interface IBeta
    interface IWithRestorePointDatabaseAfterElasticPool
    interface IWithRestorePointDatabaseAfterElasticPoolBeta
    interface IWithSampleDatabaseAfterElasticPool
    interface IWithSampleDatabaseAfterElasticPoolBeta
    interface IWithSourceDatabaseId
    interface IWithCreateAfterElasticPoolOptions
    interface IWithCollationAfterElasticPoolOptions
    interface IWithMaxSizeBytesAfterElasticPoolOptions
    interface IWithCreateFinal
    interface IDefinitionWithTags<IWithCreateFinal>
    interface ICreatable<ISqlDatabase>
    interface IIndexable
Public Interface IWithExistingDatabaseAfterElasticPool
Implements IBeta, ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithCreateAfterElasticPoolOptions, IWithImportFromAfterElasticPool, IWithRestorePointDatabaseAfterElasticPool, IWithSampleDatabaseAfterElasticPool, IWithSourceDatabaseId
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>)
FromRestorePoint(IRestorePoint)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta)
FromRestorePoint(IRestorePoint, DateTime)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseAfterElasticPoolBeta)
FromSample(SampleName)

Creates a new database from a restore point.

(Inherited from IWithSampleDatabaseAfterElasticPoolBeta)
ImportFrom(IStorageAccount, String, String)

Creates a new database from a BACPAC file.

(Inherited from IWithImportFromAfterElasticPoolBeta)
ImportFrom(String)

Creates a new database from a BACPAC file.

(Inherited from IWithImportFromAfterElasticPoolBeta)
WithCollation(String)

Sets the collation for the SQL Database.

(Inherited from IWithCollationAfterElasticPoolOptions)
WithMaxSizeBytes(Int64)

Sets the max size in bytes for SQL Database.

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