IWithCreate 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.
A SQL Server definition with sufficient inputs to create a new SQL Elastic Pool in the cloud, but exposing additional optional inputs to specify.
public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabaseDtuMax, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDatabaseDtuMin, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithDtu, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithStorageCapacity
type IWithCreate = interface
interface IWithDatabaseDtuMin
interface IWithDatabaseDtuMax
interface IWithDtu
interface IWithStorageCapacity
interface IWithDatabase
interface IWithDatabaseBeta
interface IBeta
interface IDefinitionWithTags<IWithCreate>
interface ICreatable<ISqlElasticPool>
interface IIndexable
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlElasticPool), IDefinitionWithTags(Of IWithCreate), IWithDatabase, IWithDatabaseDtuMax, IWithDatabaseDtuMin, IWithDtu, IWithStorageCapacity
- 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>) |
DefineDatabase(String) |
Begins the definition of a new SQL Database to be added to this server. (Inherited from IWithDatabaseBeta) |
WithDatabaseDtuMax(Int32) |
Sets the maximum DTU any one SQL Azure Database can consume. (Inherited from IWithDatabaseDtuMax) |
WithDatabaseDtuMin(Int32) |
Sets the minimum DTU all SQL Azure Databases are guaranteed. (Inherited from IWithDatabaseDtuMin) |
WithDtu(Int32) |
Sets the total shared DTU for the SQL Azure Database Elastic Pool. (Inherited from IWithDtu) |
WithExistingDatabase(ISqlDatabase) |
Adds the database in the SQL elastic pool. (Inherited from IWithDatabase) |
WithExistingDatabase(String) |
Adds an existing database in the SQL elastic pool. (Inherited from IWithDatabase) |
WithNewDatabase(String) |
Creates a new database in the SQL elastic pool. (Inherited from IWithDatabase) |
WithStorageCapacity(Int32) |
Sets the storage limit for the SQL Azure Database Elastic Pool in MB. (Inherited from IWithStorageCapacity) |
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