LoadBalancerHttpProbe.UpdateStages.WithPort Interface

public interface WithPort

The stage of the HTTP probe update allowing to modify the port number to monitor.

Method Summary

Modifier and Type Method and Description
LoadBalancerHttpProbe.Update withPort(int port)

Specifies the port number to call for health monitoring.

Method Details

withPort

public Update withPort(int port)

Specifies the port number to call for health monitoring.

Parameters:

port - a port number

Returns:

the next stage of the update

Applies to