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

156 строки
12 KiB
YAML

### 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:
- "<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 **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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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<SingleBaseline> data()"
desc: "Get the baseline values for each sensitivity."
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.SingleBaseline?alt=com.microsoft.azure.management.monitor.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<MetricSingleDimension> dimensions()"
desc: "Get the dimensions of this time series."
returns:
description: "the dimensions 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.MetricSingleDimension?alt=com.microsoft.azure.management.monitor.MetricSingleDimension&text=MetricSingleDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<BaselineMetadata> metadata()"
desc: "Get the baseline metadata values."
returns:
description: "the metadata 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.BaselineMetadata?alt=com.microsoft.azure.management.monitor.BaselineMetadata&text=BaselineMetadata\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<DateTime> timestamps()"
desc: "Get the list 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.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TimeSeriesBaseline withAggregation(String aggregation)"
desc: "Set the aggregation type of the metric."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesBaseline?alt=com.microsoft.azure.management.monitor.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withData(java.util.List<com.microsoft.azure.management.monitor.SingleBaseline>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withData(List<SingleBaseline> data)"
name: "withData(List<SingleBaseline> data)"
nameWithType: "TimeSeriesBaseline.withData(List<SingleBaseline> data)"
summary: "Set the baseline values for each sensitivity."
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.SingleBaseline?alt=com.microsoft.azure.management.monitor.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesBaseline withData(List<SingleBaseline> data)"
desc: "Set the baseline values for each sensitivity."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesBaseline?alt=com.microsoft.azure.management.monitor.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withDimensions(java.util.List<com.microsoft.azure.management.monitor.MetricSingleDimension>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withDimensions(List<MetricSingleDimension> dimensions)"
name: "withDimensions(List<MetricSingleDimension> dimensions)"
nameWithType: "TimeSeriesBaseline.withDimensions(List<MetricSingleDimension> dimensions)"
summary: "Set the dimensions of this time series."
parameters:
- description: "the dimensions value to set"
name: "dimensions"
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.MetricSingleDimension?alt=com.microsoft.azure.management.monitor.MetricSingleDimension&text=MetricSingleDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesBaseline withDimensions(List<MetricSingleDimension> dimensions)"
desc: "Set the dimensions of this time series."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesBaseline?alt=com.microsoft.azure.management.monitor.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withMetadata(java.util.List<com.microsoft.azure.management.monitor.BaselineMetadata>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withMetadata(List<BaselineMetadata> metadata)"
name: "withMetadata(List<BaselineMetadata> metadata)"
nameWithType: "TimeSeriesBaseline.withMetadata(List<BaselineMetadata> metadata)"
summary: "Set the baseline metadata values."
parameters:
- description: "the metadata value to set"
name: "metadata"
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.BaselineMetadata?alt=com.microsoft.azure.management.monitor.BaselineMetadata&text=BaselineMetadata\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesBaseline withMetadata(List<BaselineMetadata> metadata)"
desc: "Set the baseline metadata values."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesBaseline?alt=com.microsoft.azure.management.monitor.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withTimestamps(java.util.List<org.joda.time.DateTime>)"
fullName: "com.microsoft.azure.management.monitor.TimeSeriesBaseline.withTimestamps(List<DateTime> timestamps)"
name: "withTimestamps(List<DateTime> timestamps)"
nameWithType: "TimeSeriesBaseline.withTimestamps(List<DateTime> timestamps)"
summary: "Set the list 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 TimeSeriesBaseline withTimestamps(List<DateTime> timestamps)"
desc: "Set the list of timestamps of the baselines."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.TimeSeriesBaseline?alt=com.microsoft.azure.management.monitor.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
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