IBlank Interface

Definition

The first stage of the SQL database definition.

public interface IBlank : 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.IWithAllDifferentOptions
type IBlank = interface
    interface IWithAllDifferentOptions
    interface IBeta
    interface IWithElasticPoolName
    interface IWithElasticPoolNameBeta
    interface IWithRestorableDroppedDatabase
    interface IWithRestorableDroppedDatabaseBeta
    interface IWithImportFrom
    interface IWithImportFromBeta
    interface IWithRestorePointDatabase
    interface IWithRestorePointDatabaseBeta
    interface IWithSampleDatabase
    interface IWithSampleDatabaseBeta
    interface IWithSourceDatabaseId
    interface IWithCreateAllOptions
    interface IWithServiceObjective
    interface IWithEdition
    interface IWithEditionDefaults
    interface IWithCreateFinal
    interface IDefinitionWithTags<IWithCreateFinal>
    interface ICreatable<ISqlDatabase>
    interface IIndexable
    interface IWithEditionDefaultsBeta
    interface IWithCollation
    interface IWithMaxSizeBytes
Public Interface IBlank
Implements IBeta, ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithAllDifferentOptions
Derived
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>)
DefineElasticPool(String)

Begins the definition of a new SQL Elastic Pool to be added to this database parent SQL server.

(Inherited from IWithElasticPoolNameBeta)
FromRestorableDroppedDatabase(ISqlRestorableDroppedDatabase)

Creates a new database from a previously deleted database (see restorable dropped database). Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.

(Inherited from IWithRestorableDroppedDatabaseBeta)
FromRestorePoint(IRestorePoint)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseBeta)
FromRestorePoint(IRestorePoint, DateTime)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseBeta)
FromSample(SampleName)

Creates a new database from a restore point.

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

Creates a new database from a BACPAC file.

(Inherited from IWithImportFromBeta)
ImportFrom(String)

Creates a new database from a BACPAC file.

(Inherited from IWithImportFromBeta)
WithBasicEdition()

Sets a "Basic" edition for the SQL Database.

(Inherited from IWithEditionDefaultsBeta)
WithBasicEdition(SqlDatabaseBasicStorage)

Sets a "Basic" edition for the SQL Database.

(Inherited from IWithEditionDefaultsBeta)
WithCollation(String)

Sets the collation for the SQL Database.

(Inherited from IWithCollation)
WithEdition(DatabaseEdition)

Sets the edition for the SQL Database.

(Inherited from IWithEdition)
WithExistingElasticPool(ISqlElasticPool)

Sets the existing elastic pool for the SQLDatabase.

(Inherited from IWithElasticPoolName)
WithExistingElasticPool(String)

Sets the existing elastic pool for the SQLDatabase.

(Inherited from IWithElasticPoolName)
WithMaxSizeBytes(Int64)

Sets the max size in bytes for SQL Database.

(Inherited from IWithMaxSizeBytes)
WithNewElasticPool(ICreatable<ISqlElasticPool>)

Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.

(Inherited from IWithElasticPoolName)
WithPremiumEdition(SqlDatabasePremiumServiceObjective)

Sets a "Premium" edition for the SQL Database.

(Inherited from IWithEditionDefaultsBeta)
WithPremiumEdition(SqlDatabasePremiumServiceObjective, SqlDatabasePremiumStorage)

Sets a "Premium" edition and maximum storage capacity for the SQL Database.

(Inherited from IWithEditionDefaultsBeta)
WithServiceObjective(ServiceObjectiveName)

Sets the service level objective for the SQL Database.

(Inherited from IWithServiceObjective)
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)
WithStandardEdition(SqlDatabaseStandardServiceObjective)

Sets a "Standard" edition for the SQL Database.

(Inherited from IWithEditionDefaultsBeta)
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

Sets a "Standard" edition and maximum storage capacity for the SQL Database.

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