Uses of Class
com.microsoft.azure.management.monitor.MetadataValue
-
-
Uses of MetadataValue in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return MetadataValue Modifier and Type Method Description MetadataValueMetadataValue. withName(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)Set the name of the metadata.MetadataValueMetadataValue. withValue(String value)Set the value of the metadata.Methods in com.microsoft.azure.management.monitor that return types with arguments of type MetadataValue Modifier and Type Method Description List<MetadataValue>TimeSeriesElement. 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 MetadataValue Modifier and Type Method Description TimeSeriesElementTimeSeriesElement. withMetadatavalues(List<MetadataValue> metadatavalues)Set the metadata values returned if $filter was specified in the call.
-