OnAllBatchTasksComplete 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 OnAllBatchTasksComplete : IEquatable<Azure.Compute.Batch.OnAllBatchTasksComplete>
type OnAllBatchTasksComplete = struct
Public Structure OnAllBatchTasksComplete
Implements IEquatable(Of OnAllBatchTasksComplete)
- Inheritance
-
OnAllBatchTasksComplete
- Implements
Constructors
OnAllBatchTasksComplete(String) |
Initializes a new instance of OnAllBatchTasksComplete. |
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(OnAllBatchTasksComplete) |
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(OnAllBatchTasksComplete, OnAllBatchTasksComplete) |
Determines if two OnAllBatchTasksComplete values are the same. |
Implicit(String to OnAllBatchTasksComplete) |
Converts a string to a OnAllBatchTasksComplete. |
Inequality(OnAllBatchTasksComplete, OnAllBatchTasksComplete) |
Determines if two OnAllBatchTasksComplete values are not the same. |
Applies to
Azure SDK for .NET