Share via


BatchAllTasksCompleteMode Struct

Definition

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

Name Description
BatchAllTasksCompleteMode(String)

Initializes a new instance of BatchAllTasksCompleteMode.

Properties

Name Description
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

Name Description
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

Name Description
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.

Applies to