LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort<ParentT> Interface

Type Parameters

ParentT

the parent resource type

public static interface LoadBalancerTcpProbe.UpdateDefinitionStages.WithPort

The stage of the TCP probe definition allowing to specify the port number to monitor.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withPort(int port)

Specifies the port number to call for health monitoring.

Method Details

withPort

public abstract LoadBalancerTcpProbe.UpdateDefinitionStages.WithAttach withPort(int port)

Specifies the port number to call for health monitoring.

Parameters:

port - a port number

Returns:

the next stage of the definition

Applies to