Share via


OnAllBatchTasksComplete Struct

Definition

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