Class MetadataValue


  • public class MetadataValue
    extends Object
    Represents a metric metadata value.
    • Constructor Detail

      • MetadataValue

        public MetadataValue()
    • Method Detail

      • name

        public com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name()
        Get the name of the metadata.
        Returns:
        the name value
      • withName

        public MetadataValue withName​(com.microsoft.azure.management.monitor.implementation.LocalizableStringInner name)
        Set the name of the metadata.
        Parameters:
        name - the name value to set
        Returns:
        the MetadataValue object itself.
      • value

        public String value()
        Get the value of the metadata.
        Returns:
        the value value
      • withValue

        public MetadataValue withValue​(String value)
        Set the value of the metadata.
        Parameters:
        value - the value value to set
        Returns:
        the MetadataValue object itself.