DeploymentSpecV1.ProgressDeadlineSeconds Property
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.
Specifies the maximum duration, in seconds, that a deployment process should run without progressing before it is considered failed. If the deployment does not make progress during this time, it will be marked as failed. This helps to enforce deployment stability and avoid long-running deployments that do not complete.
[YamlDotNet.Serialization.YamlMember(Alias="progressDeadlineSeconds")]
public int? ProgressDeadlineSeconds { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="progressDeadlineSeconds")>]
member this.ProgressDeadlineSeconds : Nullable<int> with get, set
Public Property ProgressDeadlineSeconds As Nullable(Of Integer)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute