SparkBatchJobResultType Struct

Definition

The Spark batch job result.

public readonly struct SparkBatchJobResultType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.SparkBatchJobResultType>
type SparkBatchJobResultType = struct
Public Structure SparkBatchJobResultType
Implements IEquatable(Of SparkBatchJobResultType)
Inheritance
SparkBatchJobResultType
Implements

Constructors

SparkBatchJobResultType(String)

Initializes a new instance of SparkBatchJobResultType.

Properties

Cancelled

Cancelled.

Failed

Failed.

Succeeded

Succeeded.

Uncertain

Uncertain.

Methods

Equals(SparkBatchJobResultType)

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(SparkBatchJobResultType, SparkBatchJobResultType)

Determines if two SparkBatchJobResultType values are the same.

Implicit(String to SparkBatchJobResultType)

Converts a string to a SparkBatchJobResultType.

Inequality(SparkBatchJobResultType, SparkBatchJobResultType)

Determines if two SparkBatchJobResultType values are not the same.

Applies to