Compartir a través de


IWithElasticPool Interfaz

Definición

Definición de SQL Server para especificar el grupo elástico.

public interface IWithElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithElasticPoolBeta
type IWithElasticPool = interface
    interface IWithElasticPoolBeta
    interface IBeta
Public Interface IWithElasticPool
Implements IBeta, IWithElasticPoolBeta
Derivado
Implementaciones

Métodos

DefineElasticPool(String)

Comienza la definición de un nuevo grupo elástico de SQL que se va a agregar a este servidor.

(Heredado de IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition)

Crea un nuevo grupo elástico en el SQL Server.

WithNewElasticPool(String, ElasticPoolEdition, String[])

Crea un nuevo grupo elástico en el SQL Server.

Se aplica a