IRulesEnginesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
RulesEnginesOperations operations.
public interface IRulesEnginesOperations
type IRulesEnginesOperations = interface
Public Interface IRulesEnginesOperations
Methods
Extension Methods
BeginCreateOrUpdate(IRulesEnginesOperations, String, String, String, RulesEngine) |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
BeginCreateOrUpdateAsync(IRulesEnginesOperations, String, String, String, RulesEngine, CancellationToken) |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
BeginDelete(IRulesEnginesOperations, String, String, String) |
Deletes an existing Rules Engine Configuration with the specified parameters. |
BeginDeleteAsync(IRulesEnginesOperations, String, String, String, CancellationToken) |
Deletes an existing Rules Engine Configuration with the specified parameters. |
CreateOrUpdate(IRulesEnginesOperations, String, String, String, RulesEngine) |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
CreateOrUpdateAsync(IRulesEnginesOperations, String, String, String, RulesEngine, CancellationToken) |
Creates a new Rules Engine Configuration with the specified name within the specified Front Door. |
Delete(IRulesEnginesOperations, String, String, String) |
Deletes an existing Rules Engine Configuration with the specified parameters. |
DeleteAsync(IRulesEnginesOperations, String, String, String, CancellationToken) |
Deletes an existing Rules Engine Configuration with the specified parameters. |
Get(IRulesEnginesOperations, String, String, String) |
Gets a Rules Engine Configuration with the specified name within the specified Front Door. |
GetAsync(IRulesEnginesOperations, String, String, String, CancellationToken) |
Gets a Rules Engine Configuration with the specified name within the specified Front Door. |
ListByFrontDoor(IRulesEnginesOperations, String, String) |
Lists all of the Rules Engine Configurations within a Front Door. |
ListByFrontDoorAsync(IRulesEnginesOperations, String, String, CancellationToken) |
Lists all of the Rules Engine Configurations within a Front Door. |
ListByFrontDoorNext(IRulesEnginesOperations, String) |
Lists all of the Rules Engine Configurations within a Front Door. |
ListByFrontDoorNextAsync(IRulesEnginesOperations, String, CancellationToken) |
Lists all of the Rules Engine Configurations within a Front Door. |