### 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 ServerMetric." syntax: "public interface **ServerMetric**
extends <>" 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: "" - 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: "" - 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: "" - 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: "" - 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: "" - 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: "" - 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: "" type: "interface" desc: "An immutable client-side representation of an Azure SQL ServerMetric." implements: - "<>" metadata: {} package: "com.microsoft.azure.management.sql" artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4