IWithAllDifferentOptions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SQL database interface with all starting options for definition.
public interface IWithAllDifferentOptions : 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.IWithCreateAllOptions, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithElasticPoolName, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithImportFrom, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithRestorableDroppedDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithRestorePointDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSampleDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithSourceDatabaseId
type IWithAllDifferentOptions = interface
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 IWithAllDifferentOptions
Implements IBeta, ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithCreateAllOptions, IWithElasticPoolName, IWithImportFrom, IWithRestorableDroppedDatabase, IWithRestorePointDatabase, IWithSampleDatabase, IWithSourceDatabaseId
- Derived
- Implements
-
IBeta IDefinitionWithTags<IWithCreateFinal> ICreatable<ISqlDatabase> IIndexable IWithCollation IWithCreateAllOptions IWithCreateFinal IWithEdition IWithEditionDefaults IWithEditionDefaultsBeta IWithElasticPoolName IWithElasticPoolNameBeta IWithImportFrom IWithImportFromBeta IWithMaxSizeBytes IWithRestorableDroppedDatabase IWithRestorableDroppedDatabaseBeta IWithRestorePointDatabase IWithRestorePointDatabaseBeta IWithSampleDatabase IWithSampleDatabaseBeta IWithServiceObjective IWithSourceDatabaseId
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, DateTime) |
Creates a new database from a restore point. (Inherited from IWithRestorePointDatabaseBeta) |
FromRestorePoint(IRestorePoint) |
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, SqlDatabasePremiumStorage) |
Sets a "Premium" edition and maximum storage capacity for the SQL Database. (Inherited from IWithEditionDefaultsBeta) |
WithPremiumEdition(SqlDatabasePremiumServiceObjective) |
Sets a "Premium" edition 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, SqlDatabaseStandardStorage) |
Sets a "Standard" edition and maximum storage capacity for the SQL Database. (Inherited from IWithEditionDefaultsBeta) |
WithStandardEdition(SqlDatabaseStandardServiceObjective) |
Sets a "Standard" edition 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
Azure SDK for .NET