86 строки
4.5 KiB
YAML
86 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.ServerMetric"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric"
|
|
name: "ServerMetric"
|
|
nameWithType: "ServerMetric"
|
|
summary: "An immutable client-side representation of an Azure SQL Server<wbr>Metric."
|
|
syntax: "public interface **ServerMetric**</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.implementation.ServerUsageInner?alt=com.microsoft.azure.management.sql.implementation.ServerUsageInner&text=ServerUsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.currentValue()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.currentValue()"
|
|
name: "currentValue()"
|
|
nameWithType: "ServerMetric.currentValue()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double currentValue()"
|
|
returns:
|
|
description: "the current value of the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.displayName()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "ServerMetric.displayName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String displayName()"
|
|
returns:
|
|
description: "the metric display name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.limit()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.limit()"
|
|
name: "limit()"
|
|
nameWithType: "ServerMetric.limit()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract double limit()"
|
|
returns:
|
|
description: "the current limit of the metric"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.name()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.name()"
|
|
name: "name()"
|
|
nameWithType: "ServerMetric.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "Name of the server usage metric"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.nextResetTime()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.nextResetTime()"
|
|
name: "nextResetTime()"
|
|
nameWithType: "ServerMetric.nextResetTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime nextResetTime()"
|
|
returns:
|
|
description: "the next reset time for the metric (ISO8601 format)"
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.resourceName()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.resourceName()"
|
|
name: "resourceName()"
|
|
nameWithType: "ServerMetric.resourceName()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceName()"
|
|
returns:
|
|
description: "the name of the resource"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.ServerMetric.unit()"
|
|
fullName: "com.microsoft.azure.management.sql.ServerMetric.unit()"
|
|
name: "unit()"
|
|
nameWithType: "ServerMetric.unit()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String unit()"
|
|
returns:
|
|
description: "the units of the metric"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL ServerMetric."
|
|
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.implementation.ServerUsageInner?alt=com.microsoft.azure.management.sql.implementation.ServerUsageInner&text=ServerUsageInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|