JobMatchingModeKind 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 matching mode types.
public readonly struct JobMatchingModeKind : IEquatable<Azure.Communication.JobRouter.JobMatchingModeKind>
type JobMatchingModeKind = struct
Public Structure JobMatchingModeKind
Implements IEquatable(Of JobMatchingModeKind)
- Inheritance
-
JobMatchingModeKind
- Implements
Constructors
JobMatchingModeKind(String) |
Initializes a new instance of JobMatchingModeKind. |
Properties
QueueAndMatch |
Discriminator value for QueueAndMatchMode. |
ScheduleAndSuspend |
Discriminator value for ScheduleAndSuspendMode. |
Suspend |
Discriminator value for SuspendMode. |
Methods
Equals(JobMatchingModeKind) |
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(JobMatchingModeKind, JobMatchingModeKind) |
Determines if two JobMatchingModeKind values are the same. |
Implicit(String to JobMatchingModeKind) |
Converts a string to a JobMatchingModeKind. |
Inequality(JobMatchingModeKind, JobMatchingModeKind) |
Determines if two JobMatchingModeKind values are not the same. |
Applies to
Azure SDK for .NET