Partager via


JobConfigurationEventTriggerConfig Class

Definition

Trigger configuration of an event driven job.

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

Constructors

JobConfigurationEventTriggerConfig()

Creates an new JobConfigurationEventTriggerConfig instance.

Properties

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.

ScaleMaxExecution

Maximum number of job executions that are created for a trigger, default 100.

ScaleMinExecution

Minimum number of job executions that are created for a trigger, default 0

ScalePollingInterval

Interval to check each event source in seconds. Defaults to 30s

ScaleRule

Scaling rules.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobConfigurationEventTriggerConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobConfigurationEventTriggerConfig.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobConfigurationEventTriggerConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to