ServiceTierAdvisorInner Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServiceTierAdvisorInner() |
Initialise une nouvelle instance de la classe 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) |
Initialise une nouvelle instance de la classe ServiceTierAdvisorInner. |
ServiceTierAdvisorInner()
Initialise une nouvelle instance de la classe ServiceTierAdvisorInner.
public ServiceTierAdvisorInner ();
Public Sub New ()
S’applique à
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)
Initialise une nouvelle instance de la classe 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)
Paramètres
- id
- String
- name
- String
- type
- String
- serviceLevelObjectiveUsageMetrics
- IList<SloUsageMetric>
Obtient ou définit serviceLevelObjectiveUsageMetrics pour l’conseiller de niveau de service.
- currentServiceLevelObjective
- String
Obtient ou définit currentServiceLevelObjective pour l’conseiller de niveau de service.
Obtient ou définit currentServiceLevelObjectiveId pour l’conseiller de niveau de service.
- usageBasedRecommendationServiceLevelObjective
- String
Obtient ou définit usageBasedRecommendationServiceLevelObjective pour l’conseiller de niveau de service.
Obtient ou définit usageBasedRecommendationServiceLevelObjectiveId pour l’conseiller de niveau de service.
- databaseSizeBasedRecommendationServiceLevelObjective
- String
Obtient ou définit databaseSizeBasedRecommendationServiceLevelObjective pour Service Tier Advisor.
Obtient ou définit databaseSizeBasedRecommendationServiceLevelObjectiveId pour Service Tier Advisor.
- disasterPlanBasedRecommendationServiceLevelObjective
- String
Obtient ou définit disasterPlanBasedRecommendationServiceLevelObjective pour l’conseiller de niveau de service.
Obtient ou définit disasterPlanBasedRecommendationServiceLevelObjectiveId pour l’conseiller de niveau de service.
- overallRecommendationServiceLevelObjective
- String
Obtient ou définit overallRecommendationServiceLevelObjective pour l’conseiller de niveau de service.
Obtient ou définit overallRecommendationServiceLevelObjectiveId pour l’conseiller de niveau de service.
- confidence
- Double
Obtient ou définit la confiance pour l’conseiller de niveau de service.
S’applique à
Azure SDK for .NET