Freigeben über


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

Name Description
BatchTaskExecutionResult(String)

Initializes a new instance of BatchTaskExecutionResult.

Properties

Name Description
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

Name Description
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

Name Description
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