次の方法で共有


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

BatchAllTasksCompleteMode(String)

Initializes a new instance of BatchAllTasksCompleteMode.

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(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

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