Uses of Class
com.azure.resourcemanager.monitor.models.BaselineMetadata
-
Packages that use BaselineMetadata Package Description com.azure.resourcemanager.monitor.models 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 BaselineMetadata Modifier and Type Method Description BaselineMetadataBaselineMetadata. withName(String name)Set the name property: Name of the baseline metadata.BaselineMetadataBaselineMetadata. withValue(String value)Set the value property: Value of the baseline metadata.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type BaselineMetadata Modifier and Type Method Description List<BaselineMetadata>TimeSeriesBaseline. metadataValues()Get the metadataValues property: The baseline metadata values.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type BaselineMetadata Modifier and Type Method Description TimeSeriesBaselineTimeSeriesBaseline. withMetadataValues(List<BaselineMetadata> metadataValues)Set the metadataValues property: The baseline metadata values.
-