ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithCookieName Interface

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

Specifies the name for the affinity cookie.

Method Details

withAffinityCookieName

public abstract ApplicationGatewayBackendHttpConfiguration.Update withAffinityCookieName(String name)

Specifies the name for the affinity cookie.

Parameters:

name - a name

Returns:

the next stage of the update

Applies to