Udostępnij za pośrednictwem


IRulesEnginesOperations Interface

Definition

RulesEnginesOperations operations.

public interface IRulesEnginesOperations
type IRulesEnginesOperations = interface
Public Interface IRulesEnginesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, RulesEngine, Dictionary<String,List<String>>, CancellationToken)

Creates a new Rules Engine Configuration with the specified name within the specified Front Door.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Rules Engine Configuration with the specified parameters.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, RulesEngine, Dictionary<String,List<String>>, CancellationToken)

Creates a new Rules Engine Configuration with the specified name within the specified Front Door.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Rules Engine Configuration with the specified parameters.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Rules Engine Configuration with the specified name within the specified Front Door.

ListByFrontDoorNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the Rules Engine Configurations within a Front Door.

ListByFrontDoorWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists all of the Rules Engine Configurations within a Front Door.

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.

Applies to