你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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