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