| Package | Description |
|---|---|
| com.azure.resourcemanager.dns.fluent.models |
Package containing the inner data models for DnsManagementClient.
|
| com.azure.resourcemanager.dns.models |
Package containing the data models for DnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CnameRecord |
RecordSetInner.cnameRecord()
Get the cnameRecord property: The CNAME record in the record set.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSetInner |
RecordSetInner.withCnameRecord(CnameRecord cnameRecord)
Set the cnameRecord property: The CNAME record in the record set.
|
| Modifier and Type | Method and Description |
|---|---|
CnameRecord |
CnameRecord.withCname(String cname)
Set the cname property: The canonical name for this CNAME record.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.