Share via


JobConfigurationScheduleTriggerConfig Class

Definition

Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationScheduleTriggerConfigTypeConverter))]
public class JobConfigurationScheduleTriggerConfig : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobConfigurationScheduleTriggerConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationScheduleTriggerConfigTypeConverter))>]
type JobConfigurationScheduleTriggerConfig = class
    interface IJobConfigurationScheduleTriggerConfig
    interface IJsonSerializable
Public Class JobConfigurationScheduleTriggerConfig
Implements IJobConfigurationScheduleTriggerConfig
Inheritance
JobConfigurationScheduleTriggerConfig
Attributes
Implements

Constructors

JobConfigurationScheduleTriggerConfig()

Creates an new JobConfigurationScheduleTriggerConfig instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobConfigurationScheduleTriggerConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobConfigurationScheduleTriggerConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobConfigurationScheduleTriggerConfig.

FromJsonString(String)

Creates a new instance of JobConfigurationScheduleTriggerConfig, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobConfigurationScheduleTriggerConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to