Uses of Interface
com.azure.resourcemanager.frontdoor.models.RulesEngine
Packages that use RulesEngine
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngine in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return RulesEngineModifier and TypeMethodDescriptionRulesEngine.Update.apply()Executes the update request.RulesEngine.Update.apply(com.azure.core.util.Context context) Executes the update request.RulesEngine.DefinitionStages.WithCreate.create()Executes the create request.RulesEngine.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets a Rules Engine Configuration with the specified name within the specified Front Door.Gets a Rules Engine Configuration with the specified name within the specified Front Door.RulesEngine.refresh()Refreshes the resource to sync with Azure.RulesEngine.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RulesEngineModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<RulesEngine>RulesEngines.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.http.rest.Response<RulesEngine>RulesEngines.getWithResponse(String resourceGroupName, String frontDoorName, String rulesEngineName, com.azure.core.util.Context context) Gets a Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.http.rest.PagedIterable<RulesEngine>RulesEngines.listByFrontDoor(String resourceGroupName, String frontDoorName) Lists all of the Rules Engine Configurations within a Front Door.com.azure.core.http.rest.PagedIterable<RulesEngine>RulesEngines.listByFrontDoor(String resourceGroupName, String frontDoorName, com.azure.core.util.Context context) Lists all of the Rules Engine Configurations within a Front Door.FrontDoor.rulesEngines()Gets the rulesEngines property: Rules Engine Configurations available to routing rules.