SparkBatchJobResultType 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.
The Spark batch job result.
public readonly struct SparkBatchJobResultType : IEquatable<Azure.Analytics.Synapse.Spark.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
Azure SDK for .NET