Uses of Class
com.azure.resourcemanager.dns.models.NsRecord
-
Packages that use NsRecord 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. -
-
Uses of NsRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type NsRecord Modifier and Type Method Description List<NsRecord>RecordSetInner. nsRecords()Get the nsRecords property: The list of NS records in the record set.List<NsRecord>RecordSetProperties. nsRecords()Get the nsRecords property: The list of NS records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type NsRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withNsRecords(List<NsRecord> nsRecords)Set the nsRecords property: The list of NS records in the record set.RecordSetPropertiesRecordSetProperties. withNsRecords(List<NsRecord> nsRecords)Set the nsRecords property: The list of NS records in the record set. -
Uses of NsRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return NsRecord Modifier and Type Method Description NsRecordNsRecord. withNsdname(String nsdname)Set the nsdname property: The name server name for this NS record.
-