TaskOutputKind Class
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.
Represents a category of job outputs, such as the main task output, or a preview of the task output, or a log of the task processing.
public sealed class TaskOutputKind : IEquatable<Microsoft.Azure.Batch.Conventions.Files.TaskOutputKind>
type TaskOutputKind = class
interface IEquatable<TaskOutputKind>
Public NotInheritable Class TaskOutputKind
Implements IEquatable(Of TaskOutputKind)
- Inheritance
-
TaskOutputKind
- Implements
Fields
TaskIntermediate |
A TaskOutputKind representing an intermediate file, for example being persisted for diagnostic or checkpointing purposes. |
TaskLog |
A TaskOutputKind representing a log of the task processing. |
TaskOutput |
A TaskOutputKind representing the main output of a task. |
TaskPreview |
A TaskOutputKind representing a preview of the task output. |
Methods
Custom(String) |
Gets a TaskOutputKind representing a custom category of task outputs. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(TaskOutputKind) |
Determinates whether this instance and another specified TaskOutputKind have the same value. |
GetHashCode() |
Returns the hash code for this TaskOutputKind. |
ToString() |
Returns a string that represents the current object. |
Operators
Equality(TaskOutputKind, TaskOutputKind) |
Determines whether two specified TaskOutputKind instances have the same value. |
Inequality(TaskOutputKind, TaskOutputKind) |
Determines whether two specified TaskOutputKind instances have different values. |
Applies to
Azure SDK for .NET