ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithHostHeader<ReturnT> Interface

Type Parameters

ReturnT

the stage of the parent application gateway update to return to after attaching this definition

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithHostHeader

The stage of an application gateway backend HTTP configuration allowing to specify the host header.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withHostHeader(String hostHeader)

Specifies the host header.

abstract WithAttach<ReturnT> withHostHeaderFromBackend()

Specifies that the host header should come from the host name of the backend server.

Method Details

withHostHeader

public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach withHostHeader(String hostHeader)

Specifies the host header.

Parameters:

hostHeader - the host header

Returns:

the next stage of the definition

withHostHeaderFromBackend

public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach withHostHeaderFromBackend()

Specifies that the host header should come from the host name of the backend server.

Returns:

the next stage of the definition

Applies to