BatchAllTasksCompleteMode 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.
The action the Batch service should take when all Tasks in the Job are in the completed state.
public readonly struct BatchAllTasksCompleteMode : IEquatable<Azure.Compute.Batch.BatchAllTasksCompleteMode>
type BatchAllTasksCompleteMode = struct
Public Structure BatchAllTasksCompleteMode
Implements IEquatable(Of BatchAllTasksCompleteMode)
- Inheritance
-
BatchAllTasksCompleteMode
- Implements
Constructors
BatchAllTasksCompleteMode(String) |
Initializes a new instance of BatchAllTasksCompleteMode. |
Properties
NoAction |
Do nothing. The Job remains active unless terminated or disabled by some other means. |
TerminateJob |
Terminate the Job. The Job's terminationReason is set to 'AllTasksComplete'. |
Methods
Equals(BatchAllTasksCompleteMode) |
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(BatchAllTasksCompleteMode, BatchAllTasksCompleteMode) |
Determines if two BatchAllTasksCompleteMode values are the same. |
Implicit(String to BatchAllTasksCompleteMode) |
Converts a String to a BatchAllTasksCompleteMode. |
Inequality(BatchAllTasksCompleteMode, BatchAllTasksCompleteMode) |
Determines if two BatchAllTasksCompleteMode values are not the same. |