TxtRecord Class

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

public class TxtRecord

A TXT record.

Method Summary

Modifier and Type Method and Description
List<String> value()

Get the value value.

TxtRecord withValue(List<String> value)

Set the value value.

Method Details

value

public List value()

Get the value value.

Returns:

the value value

withValue

public TxtRecord withValue(List value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the TxtRecord object itself.

Applies to