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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET