public sealed class LifecyclePolicy : IMessage<LifecyclePolicy>, IEquatable<LifecyclePolicy>, IDeepCloneable<LifecyclePolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class LifecyclePolicy.
LifecyclePolicy describes how to deal with task failures
based on different conditions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `LifecyclePolicy` class in the Google.Cloud.Batch.V1 API manages how task failures are handled based on specific conditions."],["The latest version of the `LifecyclePolicy` class is 2.13.0, with multiple previous versions available, ranging back to 1.0.0."],["`LifecyclePolicy` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `Action` and `ActionCondition`, which define the response to task failures and the circumstances that trigger that response, respectively."],["It is part of the Google.Cloud.Batch.V1 namespace and located in the Google.Cloud.Batch.V1.dll assembly."]]],[]]