CnameRecord Class
- java.
lang. Object - com.
microsoft. azure. management. dns. CnameRecord
- com.
public class CnameRecord
A CNAME record.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
cname()
Get the cname value. |
Cname |
withCname(String cname)
Set the cname value. |
Method Details
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java