CnameRecord Class

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

public class CnameRecord

A CNAME record.

Method Summary

Modifier and Type Method and Description
String cname()

Get the cname value.

CnameRecord 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