RouterRuleKind Struct

Definition

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