IJobProperties 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.JobPropertiesTypeConverter))]
public interface IJobProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPropertiesTypeConverter))>]
type IJobProperties = interface
interface IJsonSerializable
Public Interface IJobProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ConfigurationRegistry |
Collection of private container registry credentials used by a Container apps job |
ConfigurationReplicaRetryLimit |
Maximum number of retries before failing the job. |
ConfigurationReplicaTimeout |
Maximum number of seconds a replica is allowed to run. |
ConfigurationSecret |
Collection of secrets used by a Container Apps Job |
ConfigurationTriggerType |
Trigger type of the job |
EnvironmentId |
Resource ID of environment. |
EventStreamEndpoint |
The endpoint of the eventstream of the container apps job. |
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. |
OutboundIPAddress |
Outbound IP Addresses of a container apps job. |
ProvisioningState |
Provisioning state of the Container Apps Job. |
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. |
TemplateContainer |
List of container definitions for the Container App. |
TemplateInitContainer |
List of specialized containers that run before app containers. |
TemplateVolume |
List of volume definitions for the Container App. |
WorkloadProfileName |
Workload profile name to pin for container apps job execution. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |