Share via


HasHostName.DefinitionStages.WithHostName<ReturnT> Interface

Type Parameters

ReturnT

the next stage of the definition

public static interface HasHostName.DefinitionStages.WithHostName

The stage of a definition allowing to specify a host name.

Method Summary

Modifier and Type Method and Description
abstract ReturnT withHostName(String hostName)

Specifies the hostname to reference.

Method Details

withHostName

public abstract ReturnT withHostName(String hostName)

Specifies the hostname to reference.

Parameters:

hostName - an existing frontend name on this load balancer

Returns:

the next stage of the definition

Applies to