Uses of Class
com.azure.resourcemanager.privatedns.models.CnameRecord
-
Packages that use CnameRecord Package Description com.azure.resourcemanager.privatedns.fluent.models Package containing the inner data models for PrivateDnsManagementClient.com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of CnameRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return CnameRecord Modifier and Type Method Description CnameRecordRecordSetInner. cnameRecord()Get the cnameRecord property: The CNAME record in the record set.CnameRecordRecordSetProperties. cnameRecord()Get the cnameRecord property: The CNAME record in the record set.Methods in com.azure.resourcemanager.privatedns.fluent.models with parameters of type CnameRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withCnameRecord(CnameRecord cnameRecord)Set the cnameRecord property: The CNAME record in the record set.RecordSetPropertiesRecordSetProperties. withCnameRecord(CnameRecord cnameRecord)Set the cnameRecord property: The CNAME record in the record set. -
Uses of CnameRecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return CnameRecord Modifier and Type Method Description CnameRecordCnameRecord. withCname(String cname)Set the cname property: The canonical name for this CNAME record.
-