ScheduleAndSuspendMode 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.
Describes a matching mode used for scheduling jobs to be queued at a future time. At the specified time, matching worker to a job will not start automatically.
public class ScheduleAndSuspendMode : Azure.Communication.JobRouter.JobMatchingMode
public class ScheduleAndSuspendMode : Azure.Communication.JobRouter.JobMatchingMode, System.ClientModel.Primitives.IJsonModel<Azure.Communication.JobRouter.ScheduleAndSuspendMode>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.JobRouter.ScheduleAndSuspendMode>
type ScheduleAndSuspendMode = class
inherit JobMatchingMode
type ScheduleAndSuspendMode = class
inherit JobMatchingMode
interface IJsonModel<ScheduleAndSuspendMode>
interface IPersistableModel<ScheduleAndSuspendMode>
Public Class ScheduleAndSuspendMode
Inherits JobMatchingMode
Public Class ScheduleAndSuspendMode
Inherits JobMatchingMode
Implements IJsonModel(Of ScheduleAndSuspendMode), IPersistableModel(Of ScheduleAndSuspendMode)
- Inheritance
- Implements
Constructors
ScheduleAndSuspendMode(DateTimeOffset) |
Initializes a new instance of ScheduleAndSuspendMode. |
Properties
Kind |
The type discriminator describing a sub-type of JobMatchingMode. (Inherited from JobMatchingMode) |
ScheduleAt |
Requested schedule time. |
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