Uses of Class
com.azure.resourcemanager.monitor.models.BaselineMetadata
Packages that use BaselineMetadata
Package
Description
Package containing the data models for MonitorClient.
-
Uses of BaselineMetadata in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return BaselineMetadataModifier and TypeMethodDescriptionstatic BaselineMetadata
BaselineMetadata.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BaselineMetadata from the JsonReader.Set the name property: Name of the baseline metadata.Set the value property: Value of the baseline metadata.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type BaselineMetadataModifier and TypeMethodDescriptionTimeSeriesBaseline.metadataValues()
Get the metadataValues property: The baseline metadata values.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type BaselineMetadataModifier and TypeMethodDescriptionTimeSeriesBaseline.withMetadataValues
(List<BaselineMetadata> metadataValues) Set the metadataValues property: The baseline metadata values.