Uses of Class
com.azure.resourcemanager.privatedns.models.SrvRecord
-
Packages that use SrvRecord 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 SrvRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return types with arguments of type SrvRecord Modifier and Type Method Description List<SrvRecord>RecordSetInner. srvRecords()Get the srvRecords property: The list of SRV records in the record set.List<SrvRecord>RecordSetProperties. srvRecords()Get the srvRecords property: The list of SRV records in the record set.Method parameters in com.azure.resourcemanager.privatedns.fluent.models with type arguments of type SrvRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withSrvRecords(List<SrvRecord> srvRecords)Set the srvRecords property: The list of SRV records in the record set.RecordSetPropertiesRecordSetProperties. withSrvRecords(List<SrvRecord> srvRecords)Set the srvRecords property: The list of SRV records in the record set. -
Uses of SrvRecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return SrvRecord Modifier and Type Method Description SrvRecordSrvRecord. withPort(Integer port)Set the port property: The port value for this SRV record.SrvRecordSrvRecord. withPriority(Integer priority)Set the priority property: The priority value for this SRV record.SrvRecordSrvRecord. withTarget(String target)Set the target property: The target domain name for this SRV record.SrvRecordSrvRecord. withWeight(Integer weight)Set the weight property: The weight value for this SRV record.Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type SrvRecord Modifier and Type Method Description List<SrvRecord>SrvRecordSet. records()
-