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

BatchTaskExecutionResult Struct

Definition

BatchTaskExecutionResult enums.

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

Constructors

BatchTaskExecutionResult(String)

Initializes a new instance of BatchTaskExecutionResult.

Properties

Failure

There was an error during processing of the Task. The failure may have occurred before the Task process was launched, while the Task process was executing, or after the Task process exited.

Success

The Task ran successfully.

Methods

Equals(BatchTaskExecutionResult)

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

Determines if two BatchTaskExecutionResult values are the same.

Implicit(String to BatchTaskExecutionResult)

Converts a string to a BatchTaskExecutionResult.

Inequality(BatchTaskExecutionResult, BatchTaskExecutionResult)

Determines if two BatchTaskExecutionResult values are not the same.

Applies to