OnBatchTaskFailure Struct
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.
OnTaskFailure enums.
public readonly struct OnBatchTaskFailure : IEquatable<Azure.Compute.Batch.OnBatchTaskFailure>
type OnBatchTaskFailure = struct
Public Structure OnBatchTaskFailure
Implements IEquatable(Of OnBatchTaskFailure)
- Inheritance
-
OnBatchTaskFailure
- Implements
Constructors
OnBatchTaskFailure(String) |
Initializes a new instance of OnBatchTaskFailure. |
Properties
NoAction |
Do nothing. The Job remains active unless terminated or disabled by some other means. |
PerformExitOptionsJobAction |
Terminate the Job. The Job's terminationReason is set to 'AllTasksComplete'. |
Methods
Equals(OnBatchTaskFailure) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(OnBatchTaskFailure, OnBatchTaskFailure) |
Determines if two OnBatchTaskFailure values are the same. |
Implicit(String to OnBatchTaskFailure) |
Converts a string to a OnBatchTaskFailure. |
Inequality(OnBatchTaskFailure, OnBatchTaskFailure) |
Determines if two OnBatchTaskFailure values are not the same. |
Applies to
Azure SDK for .NET