Class ConnectionMonitorSource
java.lang.Object
com.microsoft.azure.management.network.ConnectionMonitorSource
Describes the source of connection monitor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionport()
Get the source port used by connection monitor.Get the ID of the resource used as the source by connection monitor.Set the source port used by connection monitor.withResourceId
(String resourceId) Set the ID of the resource used as the source by connection monitor.
-
Constructor Details
-
ConnectionMonitorSource
public ConnectionMonitorSource()
-
-
Method Details
-
resourceId
Get the ID of the resource used as the source by connection monitor.- Returns:
- the resourceId value
-
withResourceId
Set the ID of the resource used as the source by connection monitor.- Parameters:
resourceId
- the resourceId value to set- Returns:
- the ConnectionMonitorSource object itself.
-
port
Get the source port used by connection monitor.- Returns:
- the port value
-
withPort
Set the source port used by connection monitor.- Parameters:
port
- the port value to set- Returns:
- the ConnectionMonitorSource object itself.
-