Class ConnectionMonitorSource
- java.lang.Object
-
- com.microsoft.azure.management.network.ConnectionMonitorSource
-
public class ConnectionMonitorSource extends Object
Describes the source of connection monitor.
-
-
Constructor Summary
Constructors Constructor Description ConnectionMonitorSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerport()Get the port value.StringresourceId()Get the resourceId value.ConnectionMonitorSourcewithPort(Integer port)Set the port value.ConnectionMonitorSourcewithResourceId(String resourceId)Set the resourceId value.
-
-
-
Method Detail
-
resourceId
public String resourceId()
Get the resourceId value.- Returns:
- the resourceId value
-
withResourceId
public ConnectionMonitorSource withResourceId(String resourceId)
Set the resourceId value.- Parameters:
resourceId- the resourceId value to set- Returns:
- the ConnectionMonitorSource object itself.
-
port
public Integer port()
Get the port value.- Returns:
- the port value
-
withPort
public ConnectionMonitorSource withPort(Integer port)
Set the port value.- Parameters:
port- the port value to set- Returns:
- the ConnectionMonitorSource object itself.
-
-