RouterRuleKind Struct
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.
Discriminators for supported router rule types.
public readonly struct RouterRuleKind : IEquatable<Azure.Communication.JobRouter.RouterRuleKind>
type RouterRuleKind = struct
Public Structure RouterRuleKind
Implements IEquatable(Of RouterRuleKind)
- Inheritance
-
RouterRuleKind
- Implements
Constructors
RouterRuleKind(String) |
Initializes a new instance of RouterRuleKind. |
Properties
DirectMap |
Discriminator value for DirectMapRouterRule. |
Expression |
Discriminator value for ExpressionRouterRule. |
Function |
Discriminator value for FunctionRouterRule. |
Static |
Discriminator value for StaticRouterRule. |
Webhook |
Discriminator value for WebhookRouterRule. |
Methods
Equals(RouterRuleKind) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RouterRuleKind, RouterRuleKind) |
Determines if two RouterRuleKind values are the same. |
Implicit(String to RouterRuleKind) |
Converts a string to a RouterRuleKind. |
Inequality(RouterRuleKind, RouterRuleKind) |
Determines if two RouterRuleKind values are not the same. |
Applies to
Azure SDK for .NET