共用方式為


IWithCreateAfterElasticPoolOptions Interface

Definition

The final stage of the SQL Database definition after the SQL Elastic Pool definition.

public interface IWithCreateAfterElasticPoolOptions : 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.IWithCollationAfterElasticPoolOptions, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithCreateFinal, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithMaxSizeBytesAfterElasticPoolOptions
type IWithCreateAfterElasticPoolOptions = interface
    interface IWithCollationAfterElasticPoolOptions
    interface IWithMaxSizeBytesAfterElasticPoolOptions
    interface IWithCreateFinal
    interface IDefinitionWithTags<IWithCreateFinal>
    interface ICreatable<ISqlDatabase>
    interface IIndexable
Public Interface IWithCreateAfterElasticPoolOptions
Implements ICreatable(Of ISqlDatabase), IDefinitionWithTags(Of IWithCreateFinal), IWithCollationAfterElasticPoolOptions, IWithCreateFinal, IWithMaxSizeBytesAfterElasticPoolOptions
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>)
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)
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