JobProperties 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.
Container Apps Job resource specific properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPropertiesTypeConverter))]
public class JobProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPropertiesTypeConverter))>]
type JobProperties = class
interface IJobProperties
interface IJsonSerializable
Public Class JobProperties
Implements IJobProperties
- Inheritance
-
JobProperties
- Attributes
- Implements
Constructors
JobProperties() |
Creates an new JobProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JobProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JobProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobProperties. |
FromJsonString(String) |
Creates a new instance of JobProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of JobProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |