ConnectivityDestination Class

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

public class ConnectivityDestination

Parameters that define destination of connection.

Method Summary

Modifier and Type Method and Description
String address()

Get the address value.

Integer port()

Get the port value.

String resourceId()

Get the resourceId value.

ConnectivityDestination withAddress(String address)

Set the address value.

ConnectivityDestination withPort(Integer port)

Set the port value.

ConnectivityDestination withResourceId(String resourceId)

Set the resourceId value.

Method Details

address

public String address()

Get the address value.

Returns:

the address value

port

public Integer port()

Get the port value.

Returns:

the port value

resourceId

public String resourceId()

Get the resourceId value.

Returns:

the resourceId value

withAddress

public ConnectivityDestination withAddress(String address)

Set the address value.

Parameters:

address - the address value to set

Returns:

the ConnectivityDestination object itself.

withPort

public ConnectivityDestination withPort(Integer port)

Set the port value.

Parameters:

port - the port value to set

Returns:

the ConnectivityDestination object itself.

withResourceId

public ConnectivityDestination withResourceId(String resourceId)

Set the resourceId value.

Parameters:

resourceId - the resourceId value to set

Returns:

the ConnectivityDestination object itself.

Applies to