Class ConnectionMonitorDestination
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorDestination
Describes the destination of connection monitor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddress()
Get address of the connection monitor destination (IP or domain name).port()
Get the destination port used by connection monitor.Get the ID of the resource used as the destination by connection monitor.withAddress
(String address) Set address of the connection monitor destination (IP or domain name).Set the destination port used by connection monitor.withResourceId
(String resourceId) Set the ID of the resource used as the destination by connection monitor.
-
Constructor Details
-
ConnectionMonitorDestination
public ConnectionMonitorDestination()
-
-
Method Details
-
resourceId
Get the ID of the resource used as the destination by connection monitor.- Returns:
- the resourceId value
-
withResourceId
Set the ID of the resource used as the destination by connection monitor.- Parameters:
resourceId
- the resourceId value to set- Returns:
- the ConnectionMonitorDestination object itself.
-
address
Get address of the connection monitor destination (IP or domain name).- Returns:
- the address value
-
withAddress
Set address of the connection monitor destination (IP or domain name).- Parameters:
address
- the address value to set- Returns:
- the ConnectionMonitorDestination object itself.
-
port
Get the destination port used by connection monitor.- Returns:
- the port value
-
withPort
Set the destination port used by connection monitor.- Parameters:
port
- the port value to set- Returns:
- the ConnectionMonitorDestination object itself.
-