66 строки
4.9 KiB
YAML
66 строки
4.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SloUsageMetric"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetric"
|
|
name: "SloUsageMetric"
|
|
nameWithType: "SloUsageMetric"
|
|
summary: "A Slo Usage Metric."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **SloUsageMetric**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.sql.SloUsageMetric.SloUsageMetric()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetric.SloUsageMetric()"
|
|
name: "SloUsageMetric()"
|
|
nameWithType: "SloUsageMetric.SloUsageMetric()"
|
|
syntax: "public SloUsageMetric()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SloUsageMetric.inRangeTimeRatio()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetric.inRangeTimeRatio()"
|
|
name: "inRangeTimeRatio()"
|
|
nameWithType: "SloUsageMetric.inRangeTimeRatio()"
|
|
summary: "Get gets or sets in<wbr>Range<wbr>Time<wbr>Ratio for SLO usage metric."
|
|
syntax: "public double inRangeTimeRatio()"
|
|
desc: "Get gets or sets inRangeTimeRatio for SLO usage metric."
|
|
returns:
|
|
description: "the inRangeTimeRatio value"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SloUsageMetric.serviceLevelObjective()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetric.serviceLevelObjective()"
|
|
name: "serviceLevelObjective()"
|
|
nameWithType: "SloUsageMetric.serviceLevelObjective()"
|
|
summary: "Get the service<wbr>Level<wbr>Objective for SLO usage metric."
|
|
syntax: "public ServiceObjectiveName serviceLevelObjective()"
|
|
desc: "Get the serviceLevelObjective for SLO usage metric. Possible values include: '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'."
|
|
returns:
|
|
description: "the serviceLevelObjective value"
|
|
type: "<xref href=\"com.microsoft.azure.management.sql.ServiceObjectiveName?alt=com.microsoft.azure.management.sql.ServiceObjectiveName&text=ServiceObjectiveName\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SloUsageMetric.serviceLevelObjectiveId()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetric.serviceLevelObjectiveId()"
|
|
name: "serviceLevelObjectiveId()"
|
|
nameWithType: "SloUsageMetric.serviceLevelObjectiveId()"
|
|
summary: "Get the service<wbr>Level<wbr>Objective<wbr>Id for SLO usage metric."
|
|
syntax: "public UUID serviceLevelObjectiveId()"
|
|
desc: "Get the serviceLevelObjectiveId for SLO usage metric."
|
|
returns:
|
|
description: "the serviceLevelObjectiveId value"
|
|
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A Slo Usage Metric."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|