Class TxtRecord
- java.lang.Object
-
- com.microsoft.azure.management.dns.TxtRecord
-
public class TxtRecord extends Object
A TXT record.
-
-
Constructor Summary
Constructors Constructor Description TxtRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>value()Get the value value.TxtRecordwithValue(List<String> value)Set the value value.
-