Uses of Class
com.azure.resourcemanager.dns.models.NsRecord
Packages that use NsRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
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 NsRecordModifier and TypeMethodDescriptionRecordSetInner.nsRecords()Get the nsRecords property: The list of NS records in the record set.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 NsRecordModifier and TypeMethodDescriptionRecordSetInner.withNsRecords(List<NsRecord> nsRecords) Set the nsRecords property: The list of NS records in the record set.RecordSetProperties.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 NsRecordModifier and TypeMethodDescriptionstatic NsRecordNsRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NsRecord from the JsonReader.NsRecord.withNsdname(String nsdname) Set the nsdname property: The name server name for this NS record.