Uses of Class
com.azure.resourcemanager.network.models.ConnectivityDestination
-
Packages that use ConnectivityDestination Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ConnectivityDestination in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ConnectivityDestination Modifier and Type Method Description ConnectivityDestinationConnectivityParameters. destination()Get the destination property: The destination of connection.ConnectivityDestinationConnectivityDestination. withAddress(String address)Set the address property: The IP address or URI the resource to which a connection attempt will be made.ConnectivityDestinationConnectivityDestination. withPort(Integer port)Set the port property: Port on which check connectivity will be performed.ConnectivityDestinationConnectivityDestination. withResourceId(String resourceId)Set the resourceId property: The ID of the resource to which a connection attempt will be made.Methods in com.azure.resourcemanager.network.models with parameters of type ConnectivityDestination Modifier and Type Method Description ConnectivityParametersConnectivityParameters. withDestination(ConnectivityDestination destination)Set the destination property: The destination of connection.
-