Freigeben über


BatchJobAction Struct

Definition

BatchJobAction enums.

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

Constructors

BatchJobAction(String)

Initializes a new instance of BatchJobAction.

Properties

Disable

Disable the Job. This is equivalent to calling the disable Job API, with a disableTasks value of requeue.

None

Take no action.

Terminate

Terminate the Job. The terminationReason in the Job's executionInfo is set to "TaskFailed".

Methods

Equals(BatchJobAction)

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

Determines if two BatchJobAction values are the same.

Implicit(String to BatchJobAction)

Converts a string to a BatchJobAction.

Inequality(BatchJobAction, BatchJobAction)

Determines if two BatchJobAction values are not the same.

Applies to