Interface HasCookieBasedAffinity.UpdateDefinitionStages.WithCookieBasedAffinity<ReturnT>

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

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

    • withCookieBasedAffinity

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

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