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

JobOutputKind Class

Definition

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