ConnectivitySource Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ConnectivitySource

public class ConnectivitySource

Parameters that define the source of the connection.

Method Summary

Modifier and Type Method and Description
Integer port()

Get the port value.

String resourceId()

Get the resourceId value.

ConnectivitySource withPort(Integer port)

Set the port value.

ConnectivitySource withResourceId(String resourceId)

Set the resourceId value.

Method Details

port

public Integer port()

Get the port value.

Returns:

the port value

resourceId

public String resourceId()

Get the resourceId value.

Returns:

the resourceId value

withPort

public ConnectivitySource withPort(Integer port)

Set the port value.

Parameters:

port - the port value to set

Returns:

the ConnectivitySource object itself.

withResourceId

public ConnectivitySource withResourceId(String resourceId)

Set the resourceId value.

Parameters:

resourceId - the resourceId value to set

Returns:

the ConnectivitySource object itself.

Applies to