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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET