你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceTierAdvisorInner 构造函数

定义

重载

ServiceTierAdvisorInner()

初始化 ServiceTierAdvisorInner 类的新实例。

ServiceTierAdvisorInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, IList<SloUsageMetric>, String, Nullable<Guid>, String, Nullable<Guid>, String, Nullable<Guid>, String, Nullable<Guid>, String, Nullable<Guid>, Double)

初始化 ServiceTierAdvisorInner 类的新实例。

ServiceTierAdvisorInner()

初始化 ServiceTierAdvisorInner 类的新实例。

public ServiceTierAdvisorInner ();
Public Sub New ()

适用于

ServiceTierAdvisorInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, IList<SloUsageMetric>, String, Nullable<Guid>, String, Nullable<Guid>, String, Nullable<Guid>, String, Nullable<Guid>, String, Nullable<Guid>, Double)

初始化 ServiceTierAdvisorInner 类的新实例。

public ServiceTierAdvisorInner (string id = default, string name = default, string type = default, DateTime? observationPeriodStart = default, DateTime? observationPeriodEnd = default, double? activeTimeRatio = default, double? minDtu = default, double? avgDtu = default, double? maxDtu = default, double? maxSizeInGB = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SloUsageMetric> serviceLevelObjectiveUsageMetrics = default, string currentServiceLevelObjective = default, Guid? currentServiceLevelObjectiveId = default, string usageBasedRecommendationServiceLevelObjective = default, Guid? usageBasedRecommendationServiceLevelObjectiveId = default, string databaseSizeBasedRecommendationServiceLevelObjective = default, Guid? databaseSizeBasedRecommendationServiceLevelObjectiveId = default, string disasterPlanBasedRecommendationServiceLevelObjective = default, Guid? disasterPlanBasedRecommendationServiceLevelObjectiveId = default, string overallRecommendationServiceLevelObjective = default, Guid? overallRecommendationServiceLevelObjectiveId = default, double confidence = 0);
new Microsoft.Azure.Management.Sql.Fluent.Models.ServiceTierAdvisorInner : string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Fluent.Models.SloUsageMetric> * string * Nullable<Guid> * string * Nullable<Guid> * string * Nullable<Guid> * string * Nullable<Guid> * string * Nullable<Guid> * double -> Microsoft.Azure.Management.Sql.Fluent.Models.ServiceTierAdvisorInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional observationPeriodStart As Nullable(Of DateTime) = Nothing, Optional observationPeriodEnd As Nullable(Of DateTime) = Nothing, Optional activeTimeRatio As Nullable(Of Double) = Nothing, Optional minDtu As Nullable(Of Double) = Nothing, Optional avgDtu As Nullable(Of Double) = Nothing, Optional maxDtu As Nullable(Of Double) = Nothing, Optional maxSizeInGB As Nullable(Of Double) = Nothing, Optional serviceLevelObjectiveUsageMetrics As IList(Of SloUsageMetric) = Nothing, Optional currentServiceLevelObjective As String = Nothing, Optional currentServiceLevelObjectiveId As Nullable(Of Guid) = Nothing, Optional usageBasedRecommendationServiceLevelObjective As String = Nothing, Optional usageBasedRecommendationServiceLevelObjectiveId As Nullable(Of Guid) = Nothing, Optional databaseSizeBasedRecommendationServiceLevelObjective As String = Nothing, Optional databaseSizeBasedRecommendationServiceLevelObjectiveId As Nullable(Of Guid) = Nothing, Optional disasterPlanBasedRecommendationServiceLevelObjective As String = Nothing, Optional disasterPlanBasedRecommendationServiceLevelObjectiveId As Nullable(Of Guid) = Nothing, Optional overallRecommendationServiceLevelObjective As String = Nothing, Optional overallRecommendationServiceLevelObjectiveId As Nullable(Of Guid) = Nothing, Optional confidence As Double = 0)

参数

id
String
name
String
type
String
observationPeriodStart
Nullable<DateTime>

观察周期开始 (ISO8601 格式) 。

observationPeriodEnd
Nullable<DateTime>

观察周期开始 (ISO8601 格式) 。

activeTimeRatio
Nullable<Double>

ActiveTimeRatio for 服务层顾问。

minDtu
Nullable<Double>

获取或设置服务层顾问的 minDtu。

avgDtu
Nullable<Double>

获取或设置服务层顾问的 avgDtu。

maxDtu
Nullable<Double>

获取或设置服务层顾问的 maxDtu。

maxSizeInGB
Nullable<Double>

获取或设置服务层顾问的 maxSizeInGB。

serviceLevelObjectiveUsageMetrics
IList<SloUsageMetric>

获取或设置服务层顾问的 serviceLevelObjectiveUsageMetrics。

currentServiceLevelObjective
String

获取或设置服务层顾问的 currentServiceLevelObjective。

currentServiceLevelObjectiveId
Nullable<Guid>

获取或设置服务层顾问的 currentServiceLevelObjectiveId。

usageBasedRecommendationServiceLevelObjective
String

获取或设置 usageBasedRecommendationServiceLevelObjective for 服务层顾问。

usageBasedRecommendationServiceLevelObjectiveId
Nullable<Guid>

获取或设置服务层顾问的 usageBasedRecommendationServiceLevelObjectiveId。

databaseSizeBasedRecommendationServiceLevelObjective
String

获取或设置 databaseSizeBasedRecommendationServiceLevelObjective for 服务层顾问。

databaseSizeBasedRecommendationServiceLevelObjectiveId
Nullable<Guid>

获取或设置服务层顾问的 databaseSizeBasedRecommendationServiceLevelObjectiveId。

disasterPlanBasedRecommendationServiceLevelObjective
String

获取或设置 disasterPlanBasedRecommendationServiceLevelObjective for 服务层顾问。

disasterPlanBasedRecommendationServiceLevelObjectiveId
Nullable<Guid>

获取或设置服务层顾问的 disasterPlanBasedRecommendationServiceLevelObjectiveId。

overallRecommendationServiceLevelObjective
String

获取或设置服务层顾问的 overallRecommendationServiceLevelObjective。

overallRecommendationServiceLevelObjectiveId
Nullable<Guid>

获取或设置服务层顾问的 overallRecommendationServiceLevelObjectiveId。

confidence
Double

获取或设置服务层顾问的置信度。

适用于