Uses of Class
com.microsoft.azure.management.monitor.MetadataValue
Packages that use MetadataValue
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of MetadataValue in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetadataValueModifier and TypeMethodDescriptionMetadataValue.withName
(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name) Set the name of the metadata.Set the value of the metadata.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetadataValueModifier and TypeMethodDescriptionTimeSeriesElement.metadatavalues()
Get the metadata values returned if $filter was specified in the call.Method parameters in com.microsoft.azure.management.monitor with type arguments of type MetadataValueModifier and TypeMethodDescriptionTimeSeriesElement.withMetadatavalues
(List<MetadataValue> metadatavalues) Set the metadata values returned if $filter was specified in the call.