Interface HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule.Definition<ParentT>, ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach<ParentT>, ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT>, ApplicationGatewayRequestRoutingRule.DefinitionStages.WithCookieBasedAffinity<ParentT>
Enclosing interface:
HasCookieBasedAffinity.DefinitionStages

public static interface HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<ReturnT>
The stage of a definition allowing to enable cookie based affinity.
  • Method Details

    • withCookieBasedAffinity

      ReturnT withCookieBasedAffinity()
      Enables cookie based affinity.
      Returns:
      the next stage of the definition
    • withoutCookieBasedAffinity

      ReturnT withoutCookieBasedAffinity()
      Disables cookie based affinity.
      Returns:
      the next stage of the definition