Share via


HasFrontend.UpdateStages.WithFrontend<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the update

public static interface HasFrontend.UpdateStages.WithFrontend

The stage of an update allowing to specify a frontend.

Method Summary

Modifier and Type Method and Description
abstract ReturnT fromFrontend(String frontendName)

Specifies the frontend.

Method Details

fromFrontend

public abstract ReturnT fromFrontend(String frontendName)

Specifies the frontend.

Parameters:

frontendName - an existing frontend name from this load balancer

Returns:

the next stage of the update

Applies to