ExpressionRouterRule Class
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.
A rule providing inline expression rules.
public class ExpressionRouterRule : Azure.Communication.JobRouter.RouterRule
public class ExpressionRouterRule : Azure.Communication.JobRouter.RouterRule, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.ExpressionRouterRule>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.ExpressionRouterRule>
type ExpressionRouterRule = class
inherit RouterRule
type ExpressionRouterRule = class
inherit RouterRule
interface IJsonModel<ExpressionRouterRule>
interface IPersistableModel<ExpressionRouterRule>
Public Class ExpressionRouterRule
Inherits RouterRule
Public Class ExpressionRouterRule
Inherits RouterRule
Implements IJsonModel(Of ExpressionRouterRule), IPersistableModel(Of ExpressionRouterRule)
- Inheritance
- Implements
Constructors
ExpressionRouterRule(String) |
Initializes a new instance of an expression rule. |
Properties
Expression |
An expression to evaluate. Should contain return statement with calculated values. |
Kind |
The type discriminator describing a sub-type of RouterRule. (Inherited from RouterRule) |
Explicit Interface Implementations
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET