Uses of Class
com.azure.resourcemanager.monitor.fluent.models.MetadataValueInner
Packages that use MetadataValueInner
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of MetadataValueInner in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return MetadataValueInnerModifier and TypeMethodDescriptionstatic MetadataValueInnerMetadataValueInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MetadataValueInner from the JsonReader.MetadataValueInner.withName(LocalizableStringInner name) Set the name property: the name of the metadata.Set the value property: the value of the metadata. -
Uses of MetadataValueInner in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type MetadataValueInnerModifier and TypeMethodDescriptionTimeSeriesElement.metadatavalues()Get the metadatavalues property: the metadata values returned if $filter was specified in the call.Method parameters in com.azure.resourcemanager.monitor.models with type arguments of type MetadataValueInnerModifier and TypeMethodDescriptionTimeSeriesElement.withMetadatavalues(List<MetadataValueInner> metadatavalues) Set the metadatavalues property: the metadata values returned if $filter was specified in the call.