Uses of Class
com.azure.resourcemanager.dns.fluent.models.RecordSetProperties
Packages that use RecordSetProperties
Package
Description
Package containing the inner data models for DnsManagementClient.
-
Uses of RecordSetProperties in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return RecordSetPropertiesModifier and TypeMethodDescriptionstatic RecordSetPropertiesRecordSetProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecordSetProperties from the JsonReader.RecordSetProperties.withAaaaRecords(List<AaaaRecord> aaaaRecords) Set the aaaaRecords property: The list of AAAA records in the record set.RecordSetProperties.withARecords(List<ARecord> aRecords) Set the aRecords property: The list of A records in the record set.RecordSetProperties.withCaaRecords(List<CaaRecord> caaRecords) Set the caaRecords property: The list of CAA records in the record set.RecordSetProperties.withCnameRecord(CnameRecord cnameRecord) Set the cnameRecord property: The CNAME record in the record set.RecordSetProperties.withMetadata(Map<String, String> metadata) Set the metadata property: The metadata attached to the record set.RecordSetProperties.withMxRecords(List<MxRecord> mxRecords) Set the mxRecords property: The list of MX records in the record set.RecordSetProperties.withNsRecords(List<NsRecord> nsRecords) Set the nsRecords property: The list of NS records in the record set.RecordSetProperties.withPtrRecords(List<PtrRecord> ptrRecords) Set the ptrRecords property: The list of PTR records in the record set.RecordSetProperties.withSoaRecord(SoaRecord soaRecord) Set the soaRecord property: The SOA record in the record set.RecordSetProperties.withSrvRecords(List<SrvRecord> srvRecords) Set the srvRecords property: The list of SRV records in the record set.RecordSetProperties.withTargetResource(com.azure.core.management.SubResource targetResource) Set the targetResource property: A reference to an azure resource from where the dns resource value is taken.Set the ttl property: The TTL (time-to-live) of the records in the record set.RecordSetProperties.withTxtRecords(List<TxtRecord> txtRecords) Set the txtRecords property: The list of TXT records in the record set.