ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader Interface

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.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 Update withHostHeader(String hostHeader)

Specifies the host header.

abstract Update withHostHeaderFromBackend()

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

abstract Update withoutHostHeader()

Specifies that no host header should be used.

Method Details

withHostHeader

public abstract ApplicationGatewayBackendHttpConfiguration.Update withHostHeader(String hostHeader)

Specifies the host header.

Parameters:

hostHeader - the host header

Returns:

the next stage of the definition

withHostHeaderFromBackend

public abstract ApplicationGatewayBackendHttpConfiguration.Update withHostHeaderFromBackend()

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

Returns:

the next stage of the update

withoutHostHeader

public abstract ApplicationGatewayBackendHttpConfiguration.Update withoutHostHeader()

Specifies that no host header should be used.

Returns:

the next stage of the update

Applies to