Class CnameRecord
- java.lang.Object
-
- com.microsoft.azure.management.dns.CnameRecord
-
public class CnameRecord extends Object
A CNAME record.
-
-
Constructor Summary
Constructors Constructor Description CnameRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcname()Get the cname value.CnameRecordwithCname(String cname)Set the cname value.
-
-
-
Method Detail
-
cname
public String cname()
Get the cname value.- Returns:
- the cname value
-
withCname
public CnameRecord withCname(String cname)
Set the cname value.- Parameters:
cname- the cname value to set- Returns:
- the CnameRecord object itself.
-
-