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.Update.IWithElasticPoolBeta
type IWithElasticPool = interface
    interface IWithElasticPoolBeta
    interface IBeta
Public Interface IWithElasticPool
Implements IBeta, IWithElasticPoolBeta
Derivado
Implementaciones

Métodos

WithNewElasticPool(String, ElasticPoolEdition)

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

(Heredado de IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition, String[])

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

(Heredado de IWithElasticPoolBeta)
WithoutElasticPool(String)

Quita el grupo elástico del SQL Server.

Se aplica a