Uses of Class
com.azure.resourcemanager.dns.models.SrvRecord
Packages that use SrvRecord
Package
Description
Package containing the inner data models for DnsManagementClient.
Package containing the data models for DnsManagementClient.
-
Uses of SrvRecord in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return types with arguments of type SrvRecordModifier and TypeMethodDescriptionRecordSetInner.srvRecords()Get the srvRecords property: The list of SRV records in the record set.RecordSetProperties.srvRecords()Get the srvRecords property: The list of SRV records in the record set.Method parameters in com.azure.resourcemanager.dns.fluent.models with type arguments of type SrvRecordModifier and TypeMethodDescriptionRecordSetInner.withSrvRecords(List<SrvRecord> srvRecords) Set the srvRecords property: The list of SRV records in the record set.RecordSetProperties.withSrvRecords(List<SrvRecord> srvRecords) Set the srvRecords property: The list of SRV records in the record set. -
Uses of SrvRecord in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return SrvRecordModifier and TypeMethodDescriptionSet the port property: The port value for this SRV record.SrvRecord.withPriority(Integer priority) Set the priority property: The priority value for this SRV record.SrvRecord.withTarget(String target) Set the target property: The target domain name for this SRV record.SrvRecord.withWeight(Integer weight) Set the weight property: The weight value for this SRV record.Methods in com.azure.resourcemanager.dns.models that return types with arguments of type SrvRecord