IJobConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationTypeConverter))]
public interface IJobConfiguration : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobConfigurationTypeConverter))>]
type IJobConfiguration = interface
interface IJsonSerializable
Public Interface IJobConfiguration
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
EventTriggerConfigParallelism |
Number of parallel replicas of a job that can run at a given time. |
EventTriggerConfigReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
ManualTriggerConfigParallelism |
Number of parallel replicas of a job that can run at a given time. |
ManualTriggerConfigReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
Registry |
Collection of private container registry credentials used by a Container apps job |
ReplicaRetryLimit |
Maximum number of retries before failing the job. |
ReplicaTimeout |
Maximum number of seconds a replica is allowed to run. |
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. |
ScheduleTriggerConfigCronExpression |
Cron formatted repeating schedule ("* * * * *") of a Cron Job. |
ScheduleTriggerConfigParallelism |
Number of parallel replicas of a job that can run at a given time. |
ScheduleTriggerConfigReplicaCompletionCount |
Minimum number of successful replica completions before overall job completion. |
Secret |
Collection of secrets used by a Container Apps Job |
TriggerType |
Trigger type of the job |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |