Class CaaRecord
java.lang.Object
com.microsoft.azure.management.dns.CaaRecord
A CAA record.
-
Constructor Details
-
CaaRecord
public CaaRecord()
-
-
Method Details
-
flags
Get the flags value.- Returns:
- the flags value
-
withFlags
Set the flags value.- Parameters:
flags
- the flags value to set- Returns:
- the CaaRecord object itself.
-
tag
Get the tag value.- Returns:
- the tag value
-
withTag
Set the tag value.- Parameters:
tag
- the tag value to set- Returns:
- the CaaRecord object itself.
-
value
Get the value value.- Returns:
- the value value
-
withValue
Set the value value.- Parameters:
value
- the value value to set- Returns:
- the CaaRecord object itself.
-