IWithCookieNameBeta<ReturnT>.WithAffinityCookieName(String) Method

Definition

Specifies the name for the affinity cookie.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithAttach<ReturnT> WithAffinityCookieName (string name);
abstract member WithAffinityCookieName : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithAttach<'ReturnT>
Public Function WithAffinityCookieName (name As String) As IWithAttach(Of ReturnT)

Parameters

name
String

A name.

Returns

Applies to