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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET