Class TxtRecord

java.lang.Object
com.microsoft.azure.management.dns.TxtRecord

public class TxtRecord extends Object
A TXT record.
  • Constructor Details

    • TxtRecord

      public TxtRecord()
  • Method Details

    • value

      public List<String> value()
      Get the value value.
      Returns:
      the value value
    • withValue

      public TxtRecord withValue(List<String> value)
      Set the value value.
      Parameters:
      value - the value value to set
      Returns:
      the TxtRecord object itself.