你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IRecommendedElasticPool 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Azure SQL推荐的 ElasticPool 的不可变客户端表示形式。
public interface IRecommendedElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.RecommendedElasticPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Sql.Fluent.ISqlManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Sql.Fluent.IRecommendedElasticPool>, Microsoft.Azure.Management.Sql.Fluent.IRecommendedElasticPoolBeta
type IRecommendedElasticPool = interface
interface IRefreshable<IRecommendedElasticPool>
interface IHasInner<RecommendedElasticPoolInner>
interface IHasResourceGroup
interface IHasName
interface IHasId
interface IHasManager<ISqlManager>
interface IRecommendedElasticPoolBeta
interface IBeta
Public Interface IRecommendedElasticPool
Implements IBeta, IHasId, IHasInner(Of RecommendedElasticPoolInner), IHasManager(Of ISqlManager), IHasName, IHasResourceGroup, IRecommendedElasticPoolBeta, IRefreshable(Of IRecommendedElasticPool)
- 实现
属性
DatabaseDtuMax |
获取数据库的最大 DTU。 |
DatabaseDtuMin |
获取数据库的最小 DTU。 |
DatabaseEdition |
获取Azure SQL建议的弹性池的版本。 ElasticPoolEdition 枚举包含所有有效版本。 可能的值包括:“Basic”、“Standard”、“Premium”。 (继承自 IRecommendedElasticPoolBeta) |
Databases |
获取此池中Azure SQL数据库的列表。 展开的属性。 |
Dtu |
获取SQL Azure建议的弹性池的 DTU。 |
Id |
获取资源 ID 字符串 (继承自 IHasId) |
Inner |
Azure SQL推荐的 ElasticPool 的不可变客户端表示形式。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
MaxObservedDtu |
获取观察到的最大 DTU。 |
MaxObservedStorageMB |
获取观察到的最大存储(以 MB 为单位)。 |
Name |
获取资源的名称 (继承自 IHasName) |
ObservationPeriodEnd |
获取观察周期开始 (ISO8601 格式) 。 |
ObservationPeriodStart |
获取观察周期开始 (ISO8601 格式) 。 |
ResourceGroupName |
Azure SQL推荐的 ElasticPool 的不可变客户端表示形式。 (继承自 IHasResourceGroup) |
SqlServerName |
获取此数据库所属SQL Server的名称。 |
StorageMB |
获取存储大小(以 MB 为单位)。 |
方法
GetDatabase(String) |
获取建议数据库中的特定数据库。 |
GetDatabaseAsync(String, CancellationToken) |
获取建议数据库中的特定数据库。 (继承自 IRecommendedElasticPoolBeta) |
ListDatabases() |
通过调用 Azure 来提取数据库列表。 |
ListDatabasesAsync(CancellationToken) |
通过调用 Azure 来提取数据库列表。 (继承自 IRecommendedElasticPoolBeta) |
ListMetrics() |
通过调用 Azure 来提取指标信息列表。 |
Refresh() |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
刷新资源以与 Azure 同步。 (继承自 IRefreshable<T>) |