### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline"
name: "TimeSeriesBaseline"
nameWithType: "TimeSeriesBaseline"
summary: "The baseline values for a single time series."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **TimeSeriesBaseline**"
constructors:
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.TimeSeriesBaseline()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.TimeSeriesBaseline()"
name: "TimeSeriesBaseline()"
nameWithType: "TimeSeriesBaseline.TimeSeriesBaseline()"
syntax: "public TimeSeriesBaseline()"
methods:
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.aggregation()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.aggregation()"
name: "aggregation()"
nameWithType: "TimeSeriesBaseline.aggregation()"
summary: "Get the aggregation type of the metric."
syntax: "public String aggregation()"
desc: "Get the aggregation type of the metric."
returns:
description: "the aggregation value"
type: ""
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.data()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.data()"
name: "data()"
nameWithType: "TimeSeriesBaseline.data()"
summary: "Get the baseline values for each sensitivity."
syntax: "public List data()"
desc: "Get the baseline values for each sensitivity."
returns:
description: "the data value"
type: "<>"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.dimensions()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.dimensions()"
name: "dimensions()"
nameWithType: "TimeSeriesBaseline.dimensions()"
summary: "Get the dimensions of this time series."
syntax: "public List dimensions()"
desc: "Get the dimensions of this time series."
returns:
description: "the dimensions value"
type: "<>"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.metadata()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.metadata()"
name: "metadata()"
nameWithType: "TimeSeriesBaseline.metadata()"
summary: "Get the baseline metadata values."
syntax: "public List metadata()"
desc: "Get the baseline metadata values."
returns:
description: "the metadata value"
type: "<>"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.timestamps()"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.timestamps()"
name: "timestamps()"
nameWithType: "TimeSeriesBaseline.timestamps()"
summary: "Get the list of timestamps of the baselines."
syntax: "public List timestamps()"
desc: "Get the list of timestamps of the baselines."
returns:
description: "the timestamps value"
type: "<>"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withAggregation(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withAggregation(String aggregation)"
name: "withAggregation(String aggregation)"
nameWithType: "TimeSeriesBaseline.withAggregation(String aggregation)"
summary: "Set the aggregation type of the metric."
parameters:
- description: "the aggregation value to set"
name: "aggregation"
type: ""
syntax: "public TimeSeriesBaseline withAggregation(String aggregation)"
desc: "Set the aggregation type of the metric."
returns:
description: "the TimeSeriesBaseline object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withData(java.util.List)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withData(List data)"
name: "withData(List data)"
nameWithType: "TimeSeriesBaseline.withData(List data)"
summary: "Set the baseline values for each sensitivity."
parameters:
- description: "the data value to set"
name: "data"
type: "<>"
syntax: "public TimeSeriesBaseline withData(List data)"
desc: "Set the baseline values for each sensitivity."
returns:
description: "the TimeSeriesBaseline object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withDimensions(java.util.List)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withDimensions(List dimensions)"
name: "withDimensions(List dimensions)"
nameWithType: "TimeSeriesBaseline.withDimensions(List dimensions)"
summary: "Set the dimensions of this time series."
parameters:
- description: "the dimensions value to set"
name: "dimensions"
type: "<>"
syntax: "public TimeSeriesBaseline withDimensions(List dimensions)"
desc: "Set the dimensions of this time series."
returns:
description: "the TimeSeriesBaseline object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withMetadata(java.util.List)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withMetadata(List metadata)"
name: "withMetadata(List metadata)"
nameWithType: "TimeSeriesBaseline.withMetadata(List metadata)"
summary: "Set the baseline metadata values."
parameters:
- description: "the metadata value to set"
name: "metadata"
type: "<>"
syntax: "public TimeSeriesBaseline withMetadata(List metadata)"
desc: "Set the baseline metadata values."
returns:
description: "the TimeSeriesBaseline object itself."
type: ""
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withTimestamps(java.util.List)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withTimestamps(List timestamps)"
name: "withTimestamps(List timestamps)"
nameWithType: "TimeSeriesBaseline.withTimestamps(List timestamps)"
summary: "Set the list of timestamps of the baselines."
parameters:
- description: "the timestamps value to set"
name: "timestamps"
type: "<>"
syntax: "public TimeSeriesBaseline withTimestamps(List timestamps)"
desc: "Set the list of timestamps of the baselines."
returns:
description: "the TimeSeriesBaseline object itself."
type: ""
type: "class"
desc: "The baseline values for a single time series."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4