你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobMatchingModeKind Struct

Definition

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