Class SrvRecord
java.lang.Object
com.microsoft.azure.management.dns.SrvRecord
An SRV record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionport()
Get the port value.priority()
Get the priority value.target()
Get the target value.weight()
Get the weight value.Set the port value.withPriority
(Integer priority) Set the priority value.withTarget
(String target) Set the target value.withWeight
(Integer weight) Set the weight value.
-
Constructor Details
-
SrvRecord
public SrvRecord()
-
-
Method Details
-
priority
Get the priority value.- Returns:
- the priority value
-
withPriority
Set the priority value.- Parameters:
priority
- the priority value to set- Returns:
- the SrvRecord object itself.
-
weight
Get the weight value.- Returns:
- the weight value
-
withWeight
Set the weight value.- Parameters:
weight
- the weight value to set- Returns:
- the SrvRecord object itself.
-
port
Get the port value.- Returns:
- the port value
-
withPort
Set the port value.- Parameters:
port
- the port value to set- Returns:
- the SrvRecord object itself.
-
target
Get the target value.- Returns:
- the target value
-
withTarget
Set the target value.- Parameters:
target
- the target value to set- Returns:
- the SrvRecord object itself.
-