Share via


OnBatchTaskFailure Struct

Definition

OnTaskFailure enums.

public readonly struct OnBatchTaskFailure : IEquatable<Azure.Compute.Batch.OnBatchTaskFailure>
type OnBatchTaskFailure = struct
Public Structure OnBatchTaskFailure
Implements IEquatable(Of OnBatchTaskFailure)
Inheritance
OnBatchTaskFailure
Implements

Constructors

OnBatchTaskFailure(String)

Initializes a new instance of OnBatchTaskFailure.

Properties

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

Equals(OnBatchTaskFailure)

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(OnBatchTaskFailure, OnBatchTaskFailure)

Determines if two OnBatchTaskFailure values are the same.

Implicit(String to OnBatchTaskFailure)

Converts a string to a OnBatchTaskFailure.

Inequality(OnBatchTaskFailure, OnBatchTaskFailure)

Determines if two OnBatchTaskFailure values are not the same.

Applies to