Share via


IRule Interface

Definition

The stage of the management policy update allowing to update a rule.

public interface IRule
type IRule = interface
Public Interface IRule
Derived

Methods

UpdateRule(String)

The function that updates a rule whose name is the inputted parameter name.

WithoutRule(String)

The function that removes a rule whose name is the inputted parameter name.

Applies to