你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IJobPatchProperties1 Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPatchProperties1TypeConverter))]
public interface IJobPatchProperties1 : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobPatchProperties1TypeConverter))>]
type IJobPatchProperties1 = interface
    interface IJsonSerializable
Public Interface IJobPatchProperties1
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.

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to