CnameRecordSet Interface
Implements
public interface CnameRecordSet
extends PrivateDnsRecordSet
An immutable client-side representation of a CNAME (canonical name) record set in Azure Private DNS Zone.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | canonicalName() |
Method Details
canonicalName
public abstract String canonicalName()
Returns:
the canonical name (without a terminating dot) of CName record in this record set
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java