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

108 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation"
name: "TimeSeriesInformation"
nameWithType: "TimeSeriesInformation"
summary: "The time series info needed for calculating the baseline."
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 **TimeSeriesInformation**"
constructors:
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.TimeSeriesInformation()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.TimeSeriesInformation()"
name: "TimeSeriesInformation()"
nameWithType: "TimeSeriesInformation.TimeSeriesInformation()"
syntax: "public TimeSeriesInformation()"
methods:
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.sensitivities()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.sensitivities()"
name: "sensitivities()"
nameWithType: "TimeSeriesInformation.sensitivities()"
summary: "Get the list of sensitivities for calculating the baseline."
syntax: "public List<String> sensitivities()"
desc: "Get the list of sensitivities for calculating the baseline."
returns:
description: "the sensitivities value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.timestamps()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.timestamps()"
name: "timestamps()"
nameWithType: "TimeSeriesInformation.timestamps()"
summary: "Get the array of timestamps of the baselines."
syntax: "public List<DateTime> timestamps()"
desc: "Get the array of timestamps of the baselines."
returns:
description: "the timestamps value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.values()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.values()"
name: "values()"
nameWithType: "TimeSeriesInformation.values()"
summary: "Get the metric values to calculate the baseline."
syntax: "public List<Double> values()"
desc: "Get the metric values to calculate the baseline."
returns:
description: "the values value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.withSensitivities(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.withSensitivities(List<String> sensitivities)"
name: "withSensitivities(List<String> sensitivities)"
nameWithType: "TimeSeriesInformation.withSensitivities(List<String> sensitivities)"
summary: "Set the list of sensitivities for calculating the baseline."
parameters:
- description: "the sensitivities value to set"
name: "sensitivities"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesInformation withSensitivities(List<String> sensitivities)"
desc: "Set the list of sensitivities for calculating the baseline."
returns:
description: "the TimeSeriesInformation object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesInformation?alt=com.microsoft.azure.management.monitor.TimeSeriesInformation&text=TimeSeriesInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.withTimestamps(java.util.List<org.joda.time.DateTime>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.withTimestamps(List<DateTime> timestamps)"
name: "withTimestamps(List<DateTime> timestamps)"
nameWithType: "TimeSeriesInformation.withTimestamps(List<DateTime> timestamps)"
summary: "Set the array of timestamps of the baselines."
parameters:
- description: "the timestamps value to set"
name: "timestamps"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesInformation withTimestamps(List<DateTime> timestamps)"
desc: "Set the array of timestamps of the baselines."
returns:
description: "the TimeSeriesInformation object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesInformation?alt=com.microsoft.azure.management.monitor.TimeSeriesInformation&text=TimeSeriesInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesInformation.withValues(java.util.List<java.lang.Double>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesInformation.withValues(List<Double> values)"
name: "withValues(List<Double> values)"
nameWithType: "TimeSeriesInformation.withValues(List<Double> values)"
summary: "Set the metric values to calculate the baseline."
parameters:
- description: "the values value to set"
name: "values"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesInformation withValues(List<Double> values)"
desc: "Set the metric values to calculate the baseline."
returns:
description: "the TimeSeriesInformation object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesInformation?alt=com.microsoft.azure.management.monitor.TimeSeriesInformation&text=TimeSeriesInformation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The time series info needed for calculating the baseline."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4