Interface RulesEngine.Update

All Superinterfaces:
RulesEngine.UpdateStages.WithRules
Enclosing interface:
RulesEngine

public static interface RulesEngine.Update extends RulesEngine.UpdateStages.WithRules
The template for RulesEngine update.
  • Method Details

    • apply

      RulesEngine apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      RulesEngine apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.