JobConfigurationScheduleTriggerConfig 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.
Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default.
public class JobConfigurationScheduleTriggerConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.JobConfigurationScheduleTriggerConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.JobConfigurationScheduleTriggerConfig>
type JobConfigurationScheduleTriggerConfig = class
interface IJsonModel<JobConfigurationScheduleTriggerConfig>
interface IPersistableModel<JobConfigurationScheduleTriggerConfig>
Public Class JobConfigurationScheduleTriggerConfig
Implements IJsonModel(Of JobConfigurationScheduleTriggerConfig), IPersistableModel(Of JobConfigurationScheduleTriggerConfig)
- Inheritance
-
JobConfigurationScheduleTriggerConfig
- Implements
Constructors
JobConfigurationScheduleTriggerConfig(String) |
Initializes a new instance of JobConfigurationScheduleTriggerConfig. |
Properties
CronExpression |
Cron formatted repeating schedule ("* * * * *") of a Cron Job. |
Parallelism |
Number of parallel replicas of a job that can run at a given time. |
ReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<JobConfigurationScheduleTriggerConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<JobConfigurationScheduleTriggerConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<JobConfigurationScheduleTriggerConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<JobConfigurationScheduleTriggerConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<JobConfigurationScheduleTriggerConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET