Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.RulesEngineInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineInner in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionRulesEnginesClient.createOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.RulesEnginesClient.createOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters, com.azure.core.util.Context context) Creates a new 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.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RulesEngineInner>,
RulesEngineInner> RulesEnginesClient.beginCreateOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RulesEngineInner>,
RulesEngineInner> RulesEnginesClient.beginCreateOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RulesEngineInner>,
RulesEngineInner> RulesEnginesClient.beginCreateOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters, com.azure.core.util.Context context) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RulesEngineInner>,
RulesEngineInner> RulesEnginesClient.beginCreateOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters, com.azure.core.util.Context context) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.http.rest.Response<RulesEngineInner>
RulesEnginesClient.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<RulesEngineInner>
RulesEnginesClient.listByFrontDoor
(String resourceGroupName, String frontDoorName) Lists all of the Rules Engine Configurations within a Front Door.com.azure.core.http.rest.PagedIterable<RulesEngineInner>
RulesEnginesClient.listByFrontDoor
(String resourceGroupName, String frontDoorName, com.azure.core.util.Context context) Lists all of the Rules Engine Configurations within a Front Door.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RulesEngineInner>,
RulesEngineInner> RulesEnginesClient.beginCreateOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<RulesEngineInner>,
RulesEngineInner> RulesEnginesClient.beginCreateOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters, com.azure.core.util.Context context) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.RulesEnginesClient.createOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters) Creates a new Rules Engine Configuration with the specified name within the specified Front Door.RulesEnginesClient.createOrUpdate
(String resourceGroupName, String frontDoorName, String rulesEngineName, RulesEngineInner rulesEngineParameters, com.azure.core.util.Context context) Creates a new Rules Engine Configuration with the specified name within the specified Front Door. -
Uses of RulesEngineInner in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionRulesEngineInner.withRules
(List<RulesEngineRule> rules) Set the rules property: A list of rules that define a particular Rules Engine Configuration.Modifier and TypeMethodDescriptionFrontDoorInner.rulesEngines()
Get the rulesEngines property: Rules Engine Configurations available to routing rules.FrontDoorProperties.rulesEngines()
Get the rulesEngines property: Rules Engine Configurations available to routing rules. -
Uses of RulesEngineInner in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionRulesEngine.innerModel()
Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.RulesEngineInner object.Modifier and TypeMethodDescriptionRulesEngineListResult.value()
Get the value property: List of rulesEngines within a Front Door.