azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

198 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline"
fullName: "com.azure.resourcemanager.monitor.models.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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TimeSeriesBaseline**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.TimeSeriesBaseline()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.TimeSeriesBaseline()"
name: "TimeSeriesBaseline()"
nameWithType: "TimeSeriesBaseline.TimeSeriesBaseline()"
summary: "Creates an instance of Time<wbr>Series<wbr>Baseline class."
syntax: "public TimeSeriesBaseline()"
desc: "Creates an instance of TimeSeriesBaseline class."
methods:
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.aggregation()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.aggregation()"
name: "aggregation()"
nameWithType: "TimeSeriesBaseline.aggregation()"
summary: "Get the aggregation property: The aggregation type of the metric."
syntax: "public String aggregation()"
desc: "Get the aggregation property: The aggregation type of the metric."
returns:
description: "the aggregation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.data()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.data()"
name: "data()"
nameWithType: "TimeSeriesBaseline.data()"
summary: "Get the data property: The baseline values for each sensitivity."
syntax: "public List<SingleBaseline> data()"
desc: "Get the data property: The baseline values for each sensitivity."
returns:
description: "the data value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.SingleBaseline?alt=com.azure.resourcemanager.monitor.models.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.dimensions()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.dimensions()"
name: "dimensions()"
nameWithType: "TimeSeriesBaseline.dimensions()"
summary: "Get the dimensions property: The dimensions of this time series."
syntax: "public List<MetricSingleDimension> dimensions()"
desc: "Get the dimensions property: The dimensions of this time series."
returns:
description: "the dimensions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.MetricSingleDimension?alt=com.azure.resourcemanager.monitor.models.MetricSingleDimension&text=MetricSingleDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TimeSeriesBaseline.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Time<wbr>Series<wbr>Baseline from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static TimeSeriesBaseline fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TimeSeriesBaseline from the JsonReader."
returns:
description: "An instance of TimeSeriesBaseline if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.metadataValues()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.metadataValues()"
name: "metadataValues()"
nameWithType: "TimeSeriesBaseline.metadataValues()"
summary: "Get the metadata<wbr>Values property: The baseline metadata values."
syntax: "public List<BaselineMetadata> metadataValues()"
desc: "Get the metadataValues property: The baseline metadata values."
returns:
description: "the metadataValues value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.BaselineMetadata?alt=com.azure.resourcemanager.monitor.models.BaselineMetadata&text=BaselineMetadata\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.timestamps()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.timestamps()"
name: "timestamps()"
nameWithType: "TimeSeriesBaseline.timestamps()"
summary: "Get the timestamps property: The list of timestamps of the baselines."
syntax: "public List<OffsetDateTime> timestamps()"
desc: "Get the timestamps property: The list of timestamps of the baselines."
returns:
description: "the timestamps value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>&gt;"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TimeSeriesBaseline.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.validate()"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.validate()"
name: "validate()"
nameWithType: "TimeSeriesBaseline.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withAggregation(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withAggregation(String aggregation)"
name: "withAggregation(String aggregation)"
nameWithType: "TimeSeriesBaseline.withAggregation(String aggregation)"
summary: "Set the aggregation property: The aggregation type of the metric."
parameters:
- description: "the aggregation value to set."
name: "aggregation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TimeSeriesBaseline withAggregation(String aggregation)"
desc: "Set the aggregation property: The aggregation type of the metric."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withData(java.util.List<com.azure.resourcemanager.monitor.models.SingleBaseline>)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withData(List<SingleBaseline> data)"
name: "withData(List<SingleBaseline> data)"
nameWithType: "TimeSeriesBaseline.withData(List<SingleBaseline> data)"
summary: "Set the data property: The baseline values for each sensitivity."
parameters:
- description: "the data value to set."
name: "data"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.SingleBaseline?alt=com.azure.resourcemanager.monitor.models.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesBaseline withData(List<SingleBaseline> data)"
desc: "Set the data property: The baseline values for each sensitivity."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withDimensions(java.util.List<com.azure.resourcemanager.monitor.models.MetricSingleDimension>)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withDimensions(List<MetricSingleDimension> dimensions)"
name: "withDimensions(List<MetricSingleDimension> dimensions)"
nameWithType: "TimeSeriesBaseline.withDimensions(List<MetricSingleDimension> dimensions)"
summary: "Set the dimensions property: The dimensions of this time series."
parameters:
- description: "the dimensions value to set."
name: "dimensions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.MetricSingleDimension?alt=com.azure.resourcemanager.monitor.models.MetricSingleDimension&text=MetricSingleDimension\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesBaseline withDimensions(List<MetricSingleDimension> dimensions)"
desc: "Set the dimensions property: The dimensions of this time series."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withMetadataValues(java.util.List<com.azure.resourcemanager.monitor.models.BaselineMetadata>)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withMetadataValues(List<BaselineMetadata> metadataValues)"
name: "withMetadataValues(List<BaselineMetadata> metadataValues)"
nameWithType: "TimeSeriesBaseline.withMetadataValues(List<BaselineMetadata> metadataValues)"
summary: "Set the metadata<wbr>Values property: The baseline metadata values."
parameters:
- description: "the metadataValues value to set."
name: "metadataValues"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.monitor.models.BaselineMetadata?alt=com.azure.resourcemanager.monitor.models.BaselineMetadata&text=BaselineMetadata\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TimeSeriesBaseline withMetadataValues(List<BaselineMetadata> metadataValues)"
desc: "Set the metadataValues property: The baseline metadata values."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withTimestamps(java.util.List<java.time.OffsetDateTime>)"
fullName: "com.azure.resourcemanager.monitor.models.TimeSeriesBaseline.withTimestamps(List<OffsetDateTime> timestamps)"
name: "withTimestamps(List<OffsetDateTime> timestamps)"
nameWithType: "TimeSeriesBaseline.withTimestamps(List<OffsetDateTime> timestamps)"
summary: "Set the timestamps property: The list of timestamps of the baselines."
parameters:
- description: "the timestamps value to set."
name: "timestamps"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>&gt;"
syntax: "public TimeSeriesBaseline withTimestamps(List<OffsetDateTime> timestamps)"
desc: "Set the timestamps property: The list of timestamps of the baselines."
returns:
description: "the TimeSeriesBaseline object itself."
type: "<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The baseline values for a single time series."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.models.TimeSeriesBaseline?alt=com.azure.resourcemanager.monitor.models.TimeSeriesBaseline&text=TimeSeriesBaseline\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.monitor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0