46 строки
3.1 KiB
YAML
46 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SloUsageMetricInterface"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetricInterface"
|
|
name: "SloUsageMetricInterface"
|
|
nameWithType: "SloUsageMetricInterface"
|
|
summary: "An immutable client-side representation of an Azure SQL database's Slo<wbr>Usage<wbr>Metric."
|
|
syntax: "public interface **SloUsageMetricInterface**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SloUsageMetric?alt=com.microsoft.azure.management.sql.SloUsageMetric&text=SloUsageMetric\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SloUsageMetricInterface.inRangeTimeRatio()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetricInterface.inRangeTimeRatio()"
|
|
name: "inRangeTimeRatio()"
|
|
nameWithType: "SloUsageMetricInterface.inRangeTimeRatio()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double inRangeTimeRatio()"
|
|
returns:
|
|
description: "inRangeTimeRatio for SLO usage metric."
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SloUsageMetricInterface.serviceLevelObjective()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetricInterface.serviceLevelObjective()"
|
|
name: "serviceLevelObjective()"
|
|
nameWithType: "SloUsageMetricInterface.serviceLevelObjective()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ServiceObjectiveName serviceLevelObjective()"
|
|
returns:
|
|
description: "the serviceLevelObjective for SLO usage metric."
|
|
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.SloUsageMetricInterface.serviceLevelObjectiveId()"
|
|
fullName: "com.microsoft.azure.management.sql.SloUsageMetricInterface.serviceLevelObjectiveId()"
|
|
name: "serviceLevelObjectiveId()"
|
|
nameWithType: "SloUsageMetricInterface.serviceLevelObjectiveId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UUID serviceLevelObjectiveId()"
|
|
returns:
|
|
description: "the serviceLevelObjectiveId for SLO usage metric."
|
|
type: "<xref href=\"java.util.UUID?alt=java.util.UUID&text=UUID\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL database's SloUsageMetric."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SloUsageMetric?alt=com.microsoft.azure.management.sql.SloUsageMetric&text=SloUsageMetric\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|