BatchTaskFailureMode 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.
TaskFailure enums.
public readonly struct BatchTaskFailureMode : IEquatable<Azure.Compute.Batch.BatchTaskFailureMode>
type BatchTaskFailureMode = struct
Public Structure BatchTaskFailureMode
Implements IEquatable(Of BatchTaskFailureMode)
- Inheritance
-
BatchTaskFailureMode
- Implements
Constructors
| Name | Description |
|---|---|
| BatchTaskFailureMode(String) |
Initializes a new instance of BatchTaskFailureMode. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equals(BatchTaskFailureMode) |
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
| Name | Description |
|---|---|
| Equality(BatchTaskFailureMode, BatchTaskFailureMode) |
Determines if two BatchTaskFailureMode values are the same. |
| Implicit(String to BatchTaskFailureMode) |
Converts a String to a BatchTaskFailureMode. |
| Inequality(BatchTaskFailureMode, BatchTaskFailureMode) |
Determines if two BatchTaskFailureMode values are not the same. |