SloUsageMetric Construtores

Definição

Sobrecargas

SloUsageMetric()

Inicializa uma nova instância da classe SloUsageMetric.

SloUsageMetric(ServiceObjectiveName, Guid, Double)

Inicializa uma nova instância da classe SloUsageMetric.

SloUsageMetric()

Inicializa uma nova instância da classe SloUsageMetric.

public SloUsageMetric ();
Public Sub New ()

Aplica-se a

SloUsageMetric(ServiceObjectiveName, Guid, Double)

Inicializa uma nova instância da classe SloUsageMetric.

public SloUsageMetric (Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName serviceLevelObjective = default, Guid serviceLevelObjectiveId = default, double inRangeTimeRatio = 0);
new Microsoft.Azure.Management.Sql.Fluent.Models.SloUsageMetric : Microsoft.Azure.Management.Sql.Fluent.Models.ServiceObjectiveName * Guid * double -> Microsoft.Azure.Management.Sql.Fluent.Models.SloUsageMetric
Public Sub New (Optional serviceLevelObjective As ServiceObjectiveName = Nothing, Optional serviceLevelObjectiveId As Guid = Nothing, Optional inRangeTimeRatio As Double = 0)

Parâmetros

serviceLevelObjective
ServiceObjectiveName

A métrica serviceLevelObjective para uso de SLO. Os valores possíveis incluem: 'System', 'System0', 'System1', 'System2', 'System3', 'System4', 'System2L', 'System3L', 'System4L', 'Free', 'Basic', 'S0', 'S1', 'S2', 'S3', 'S4', 'S6', 'S7', 'S9', 'S12', 'P1', 'P2', 'P3', 'P4', 'P6', 'P11', 'P15', 'PRS1', 'PRS2', 'PRS4', 'PRS6', 'DW100', 'DW200', 'DW300', 'DW400', 'DW500', 'DW600', 'DW1000', 'DW1200', 'DW1000c', 'DW1500', 'DW1500c', 'DW2000', 'DW2000c', 'DW3000', 'DW2500c', 'DW3000c', 'DW6000', 'DW5000c', 'DW6000c', 'DW7500c', 'DW10000c', 'DW15000c', 'DW30000c', 'DS100', 'DS200', 'DS300', 'DS400', 'DS500', 'DS600', 'DS1000', 'DS1200', 'DS1500', 'DS2000', 'ElasticPool'

serviceLevelObjectiveId
Guid

A métrica serviceLevelObjectiveId para uso de SLO.

inRangeTimeRatio
Double

Obtém ou define inRangeTimeRatio para a métrica de uso do SLO.

Aplica-se a