Class BaselineMetadataValue


  • public class BaselineMetadataValue
    extends Object
    Represents a baseline metadata value.
    • Constructor Detail

      • BaselineMetadataValue

        public BaselineMetadataValue()
    • Method Detail

      • name

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

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

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

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