JobOutputKind 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 job output, or a preview of the job output.
public sealed class JobOutputKind : IEquatable<Microsoft.Azure.Batch.Conventions.Files.JobOutputKind>
type JobOutputKind = class
interface IEquatable<JobOutputKind>
Public NotInheritable Class JobOutputKind
Implements IEquatable(Of JobOutputKind)
- Inheritance
-
JobOutputKind
- Implements
Fields
JobOutput |
A JobOutputKind representing the main output of a job. |
JobPreview |
A JobOutputKind representing a preview of the job output. |
Methods
Custom(String) |
Gets a JobOutputKind representing a custom category of job outputs. |
Equals(JobOutputKind) |
Determinates whether this instance and another specified JobOutputKind have the same value. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Returns the hash code for this JobOutputKind. |
ToString() |
Returns a string that represents the current object. |
Operators
Equality(JobOutputKind, JobOutputKind) |
Determines whether two specified JobOutputKind instances have the same value. |
Inequality(JobOutputKind, JobOutputKind) |
Determines whether two specified JobOutputKind instances have different values. |
Applies to
Azure SDK for .NET