BatchTaskExecutionResult Struct
Definition
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.
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
Azure SDK for .NET