azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.query.mod...

54 строки
2.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.monitor.query.models.MetricAvailability"
fullName: "com.azure.monitor.query.models.MetricAvailability"
name: "MetricAvailability"
nameWithType: "MetricAvailability"
summary: "Metric availability specifies the granularity and the retention period for that granularity."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class MetricAvailability"
constructors:
- uid: "com.azure.monitor.query.models.MetricAvailability.MetricAvailability()"
fullName: "com.azure.monitor.query.models.MetricAvailability.MetricAvailability()"
name: "MetricAvailability()"
nameWithType: "MetricAvailability.MetricAvailability()"
syntax: "public MetricAvailability()"
methods:
- uid: "com.azure.monitor.query.models.MetricAvailability.getGranularity()"
fullName: "com.azure.monitor.query.models.MetricAvailability.getGranularity()"
name: "getGranularity()"
nameWithType: "MetricAvailability.getGranularity()"
summary: "Returns the granularity specifies the aggregation interval for the metric."
syntax: "public Duration getGranularity()"
desc: "Returns the granularity specifies the aggregation interval for the metric."
returns:
description: "the granularity specifies the aggregation interval for the metric."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
- uid: "com.azure.monitor.query.models.MetricAvailability.getRetention()"
fullName: "com.azure.monitor.query.models.MetricAvailability.getRetention()"
name: "getRetention()"
nameWithType: "MetricAvailability.getRetention()"
summary: "Returns the retention period for the metric at the specified granularity."
syntax: "public Duration getRetention()"
desc: "Returns the retention period for the metric at the specified granularity."
returns:
description: "the retention period for the metric at the specified granularity."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
type: "class"
desc: "Metric availability specifies the granularity and the retention period for that granularity."
metadata: {}
package: "com.azure.monitor.query.models"
artifact: com.azure:azure-monitor-query:1.0.10