Aracılığıyla paylaş


JobPatchProperties1 Class

Definition

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

Constructors

JobPatchProperties1()

Creates an new JobPatchProperties1 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.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobPatchProperties1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobPatchProperties1.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobPatchProperties1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to