Udostępnij za pośrednictwem


RulesEnginesOperationsExtensions Class

Definition

Extension methods for RulesEnginesOperations

public static class RulesEnginesOperationsExtensions
type RulesEnginesOperationsExtensions = class
Public Module RulesEnginesOperationsExtensions
Inheritance
RulesEnginesOperationsExtensions

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