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

98 строки
5.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation.sensitivities()
name: sensitivities()
nameWithType: TimeSeriesInformation.sensitivities()
returns:
description: <p>the sensitivities value </p>
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the list of sensitivities for calculating the baseline.</p>
<p></p>
syntax: public List<String> sensitivities()
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation.sensitivities()
- fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation.timestamps()
name: timestamps()
nameWithType: TimeSeriesInformation.timestamps()
returns:
description: <p>the timestamps value </p>
type: <xref href="List%3CDateTime%3E?alt=List%3CDateTime%3E&text=List%3CDateTime%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the array of timestamps of the baselines.</p>
<p></p>
syntax: public List<DateTime> timestamps()
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation.timestamps()
- fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation.values()
name: values()
nameWithType: TimeSeriesInformation.values()
returns:
description: <p>the values value </p>
type: <xref href="List%3CDouble%3E?alt=List%3CDouble%3E&text=List%3CDouble%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the metric values to calculate the baseline.</p>
<p></p>
syntax: public List<Double> values()
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation.values()
- fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation.withSensitivities(List<String> sensitivities)
name: withSensitivities(List<String> sensitivities)
nameWithType: TimeSeriesInformation.withSensitivities(List<String> sensitivities)
parameters:
- description: <p>the sensitivities value to set </p>
name: sensitivities
type: <xref href="List%3CString%3E?alt=List%3CString%3E&text=List%3CString%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the TimeSeriesInformation object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.TimeSeriesInformation?alt=com.microsoft.azure.management.monitor.TimeSeriesInformation&text=TimeSeriesInformation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the list of sensitivities for calculating the baseline.</p>
<p></p>
syntax: public TimeSeriesInformation withSensitivities(List<String> sensitivities)
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation.withSensitivities(List<String>)
- fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation.withTimestamps(List<DateTime> timestamps)
name: withTimestamps(List<DateTime> timestamps)
nameWithType: TimeSeriesInformation.withTimestamps(List<DateTime> timestamps)
parameters:
- description: <p>the timestamps value to set </p>
name: timestamps
type: <xref href="List%3CDateTime%3E?alt=List%3CDateTime%3E&text=List%3CDateTime%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the TimeSeriesInformation object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.TimeSeriesInformation?alt=com.microsoft.azure.management.monitor.TimeSeriesInformation&text=TimeSeriesInformation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the array of timestamps of the baselines.</p>
<p></p>
syntax: public TimeSeriesInformation withTimestamps(List<DateTime> timestamps)
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation.withTimestamps(List<DateTime>)
- fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation.withValues(List<Double> values)
name: withValues(List<Double> values)
nameWithType: TimeSeriesInformation.withValues(List<Double> values)
parameters:
- description: <p>the values value to set </p>
name: values
type: <xref href="List%3CDouble%3E?alt=List%3CDouble%3E&text=List%3CDouble%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the TimeSeriesInformation object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.TimeSeriesInformation?alt=com.microsoft.azure.management.monitor.TimeSeriesInformation&text=TimeSeriesInformation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the metric values to calculate the baseline.</p>
<p></p>
syntax: public TimeSeriesInformation withValues(List<Double> values)
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation.withValues(List<Double>)
nameWithType: TimeSeriesInformation
syntax: public class TimeSeriesInformation
type: class
uid: com.microsoft.azure.management.monitor.TimeSeriesInformation
fullName: com.microsoft.azure.management.monitor.TimeSeriesInformation
name: TimeSeriesInformation
package: com.microsoft.azure.management.monitor
summary: <p>The time series info needed for calculating the baseline. </p>
metadata: {}