azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.TimeSeriesElement"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesElement"
name: "TimeSeriesElement"
nameWithType: "TimeSeriesElement"
summary: "A time series result type."
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 **TimeSeriesElement**"
constructors:
- uid: "com.microsoft.azure.management.monitor.TimeSeriesElement.TimeSeriesElement()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesElement.TimeSeriesElement()"
name: "TimeSeriesElement()"
nameWithType: "TimeSeriesElement.TimeSeriesElement()"
syntax: "public TimeSeriesElement()"
methods:
- uid: "com.microsoft.azure.management.monitor.TimeSeriesElement.data()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesElement.data()"
name: "data()"
nameWithType: "TimeSeriesElement.data()"
summary: "Get an array of data points representing the metric values."
syntax: "public List<MetricValue> data()"
desc: "Get an array of data points representing the metric values. This is only returned if a result type of data is specified."
returns:
description: "the data value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetricValue?alt=com.microsoft.azure.management.monitor.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesElement.metadatavalues()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesElement.metadatavalues()"
name: "metadatavalues()"
nameWithType: "TimeSeriesElement.metadatavalues()"
summary: "Get the metadata values returned if $filter was specified in the call."
syntax: "public List<MetadataValue> metadatavalues()"
desc: "Get the metadata values returned if $filter was specified in the call."
returns:
description: "the metadatavalues value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetadataValue?alt=com.microsoft.azure.management.monitor.MetadataValue&text=MetadataValue\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesElement.withData(java.util.List<com.microsoft.azure.management.monitor.MetricValue>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesElement.withData(List<MetricValue> data)"
name: "withData(List<MetricValue> data)"
nameWithType: "TimeSeriesElement.withData(List<MetricValue> data)"
summary: "Set an array of data points representing the metric values."
parameters:
- description: "the data value to set"
name: "data"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetricValue?alt=com.microsoft.azure.management.monitor.MetricValue&text=MetricValue\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesElement withData(List<MetricValue> data)"
desc: "Set an array of data points representing the metric values. This is only returned if a result type of data is specified."
returns:
description: "the TimeSeriesElement object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesElement?alt=com.microsoft.azure.management.monitor.TimeSeriesElement&text=TimeSeriesElement\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesElement.withMetadatavalues(java.util.List<com.microsoft.azure.management.monitor.MetadataValue>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesElement.withMetadatavalues(List<MetadataValue> metadatavalues)"
name: "withMetadatavalues(List<MetadataValue> metadatavalues)"
nameWithType: "TimeSeriesElement.withMetadatavalues(List<MetadataValue> metadatavalues)"
summary: "Set the metadata values returned if $filter was specified in the call."
parameters:
- description: "the metadatavalues value to set"
name: "metadatavalues"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.monitor.MetadataValue?alt=com.microsoft.azure.management.monitor.MetadataValue&text=MetadataValue\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesElement withMetadatavalues(List<MetadataValue> metadatavalues)"
desc: "Set the metadata values returned if $filter was specified in the call."
returns:
description: "the TimeSeriesElement object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesElement?alt=com.microsoft.azure.management.monitor.TimeSeriesElement&text=TimeSeriesElement\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A time series result type. The discriminator value is always TimeSeries in this case."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4