次の方法で共有


RecommendedElasticPoolProperties Class

Definition

Represents the properties of an Azure SQL Recommended Elastic Pool.

public class RecommendedElasticPoolProperties
type RecommendedElasticPoolProperties = class
Public Class RecommendedElasticPoolProperties
Inheritance
RecommendedElasticPoolProperties

Constructors

RecommendedElasticPoolProperties()

Initializes a new instance of the RecommendedElasticPoolProperties class.

Properties

DatabaseDtuMax

Optional. Gets the maximum DTU for the database.

DatabaseDtuMin

Optional. Gets the minimum DTU for the database.

DatabaseEdition

Optional. Gets the edition of the Azure SQL Recommended Elastic Pool. The DatabaseEditions enumeration contains all the valid editions.

Databases

Optional. Gets the list of Azure Sql Databases in this pool. Expanded property

Dtu

Optional. Gets the DTU for the Sql Azure Recommended Elastic Pool.

MaxObservedDtu

Optional. Gets maximum observed DTU.

MaxObservedStorageMB

Optional. Gets maximum observed storage in megabytes.

Metrics

Optional. Gets or sets the list of Azure Sql Databases housed in the server. Expanded property

ObservationPeriodEnd

Optional. Gets the observation period start.

ObservationPeriodStart

Optional. Gets the observation period start.

StorageMB

Optional. Gets storage size in megabytes.

Applies to