ServiceTierAdvisorInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServiceTierAdvisorInner() |
Initializes a new instance of the ServiceTierAdvisorInner class. |
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) |
Initializes a new instance of the ServiceTierAdvisorInner class. |
ServiceTierAdvisorInner()
Initializes a new instance of the ServiceTierAdvisorInner class.
public ServiceTierAdvisorInner ();
Public Sub New ()
Applies to
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)
Initializes a new instance of the ServiceTierAdvisorInner class.
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)
Parameters
- id
- String
- name
- String
- type
- String
- serviceLevelObjectiveUsageMetrics
- IList<SloUsageMetric>
Gets or sets serviceLevelObjectiveUsageMetrics for the service tier advisor.
- currentServiceLevelObjective
- String
Gets or sets currentServiceLevelObjective for service tier advisor.
Gets or sets currentServiceLevelObjectiveId for service tier advisor.
- usageBasedRecommendationServiceLevelObjective
- String
Gets or sets usageBasedRecommendationServiceLevelObjective for service tier advisor.
Gets or sets usageBasedRecommendationServiceLevelObjectiveId for service tier advisor.
- databaseSizeBasedRecommendationServiceLevelObjective
- String
Gets or sets databaseSizeBasedRecommendationServiceLevelObjective for service tier advisor.
Gets or sets databaseSizeBasedRecommendationServiceLevelObjectiveId for service tier advisor.
- disasterPlanBasedRecommendationServiceLevelObjective
- String
Gets or sets disasterPlanBasedRecommendationServiceLevelObjective for service tier advisor.
Gets or sets disasterPlanBasedRecommendationServiceLevelObjectiveId for service tier advisor.
- overallRecommendationServiceLevelObjective
- String
Gets or sets overallRecommendationServiceLevelObjective for service tier advisor.
Gets or sets overallRecommendationServiceLevelObjectiveId for service tier advisor.
- confidence
- Double
Gets or sets confidence for service tier advisor.
Applies to
Azure SDK for .NET