ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithCookieName<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithCookieName

The stage of an application gateway backend HTTP configuration allowing to specify the name for the affinity cookie.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withAffinityCookieName(String name)

Specifies the name for the affinity cookie.

Method Details

withAffinityCookieName

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach withAffinityCookieName(String name)

Specifies the name for the affinity cookie.

Parameters:

name - a name

Returns:

the next stage of the definition

Applies to