IWithCreateAllOptions Interface

Definition

A SQL Database definition with sufficient inputs to create a new SQL database in the cloud, but exposing additional optional settings to specify.

public interface IWithCreateAllOptions : 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.IWithCollation, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithEdition, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithEditionDefaults, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithMaxSizeBytes, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithServiceObjective
type IWithCreateAllOptions = interface
    interface IWithServiceObjective
    interface IWithEdition
    interface IWithEditionDefaults
    interface IWithCreateFinal
    interface IDefinitionWithTags<IWithCreateFinal>
    interface ICreatable<ISqlDatabase>
    interface IIndexable
    interface IWithEditionDefaultsBeta
    interface IBeta
    interface IWithCollation
    interface IWithMaxSizeBytes
Public Interface IWithCreateAllOptions
Implements IBeta, ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithCollation, IWithEdition, IWithEditionDefaults, IWithMaxSizeBytes, IWithServiceObjective
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>)
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)
WithMaxSizeBytes(Int64)

Sets the max size in bytes for SQL Database.

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