Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BatchAllTasksCompleteMode Struct

Definition

Namespace:
Azure.Compute.Batch
Assembly:
Azure.Compute.Batch.dll
Package:
Azure.Compute.Batch v1.0.0
Package:
Azure.Compute.Batch v1.0.0-beta.5
Source:
BatchAllTasksCompleteMode.cs
Source:
BatchAllTasksCompleteMode.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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.

Implicit(String to Nullable<BatchAllTasksCompleteMode>)
Inequality(BatchAllTasksCompleteMode, BatchAllTasksCompleteMode)

Determines if two BatchAllTasksCompleteMode values are not the same.

Applies to


Feedback

Was this page helpful?