IWithAttachAfterElasticPoolOptions<ParentT> 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 final stage of the SQL Database definition after the SQL Elastic Pool definition.
public interface IWithAttachAfterElasticPoolOptions<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachFinal<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithCollationAfterElasticPoolOptions<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>
type IWithAttachAfterElasticPoolOptions<'ParentT> = interface
interface IWithCollationAfterElasticPoolOptions<'ParentT>
interface IWithMaxSizeBytesAfterElasticPoolOptions<'ParentT>
interface IWithAttachFinal<'ParentT>
interface IInDefinition<'ParentT>
Public Interface IWithAttachAfterElasticPoolOptions(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttachFinal(Of ParentT), IWithCollationAfterElasticPoolOptions(Of ParentT), IWithMaxSizeBytesAfterElasticPoolOptions(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithCollation(String) |
Sets the collation for the SQL Database. (Inherited from IWithCollationAfterElasticPoolOptions<ParentT>) |
WithMaxSizeBytes(Int64) |
Sets the max size in bytes for SQL Database. (Inherited from IWithMaxSizeBytesAfterElasticPoolOptions<ParentT>) |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.