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

ContainerAppJobConfiguration(ContainerAppJobTriggerType, Int32) Constructor

Definition

Initializes a new instance of ContainerAppJobConfiguration.

public ContainerAppJobConfiguration(Azure.ResourceManager.AppContainers.Models.ContainerAppJobTriggerType triggerType, int replicaTimeout);
new Azure.ResourceManager.AppContainers.Models.ContainerAppJobConfiguration : Azure.ResourceManager.AppContainers.Models.ContainerAppJobTriggerType * int -> Azure.ResourceManager.AppContainers.Models.ContainerAppJobConfiguration
Public Sub New (triggerType As ContainerAppJobTriggerType, replicaTimeout As Integer)

Parameters

triggerType
ContainerAppJobTriggerType

Trigger type of the job.

replicaTimeout
Int32

Maximum number of seconds a replica is allowed to run.

Applies to