Share via


SparkSessionResultType Struct

Definition

The SparkSessionResultType.

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

Constructors

Name Description
SparkSessionResultType(String)

Initializes a new instance of SparkSessionResultType.

Properties

Name Description
Cancelled

Cancelled.

Failed

Failed.

Succeeded

Succeeded.

Uncertain

Uncertain.

Methods

Name Description
Equals(SparkSessionResultType)

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

Name Description
Equality(SparkSessionResultType, SparkSessionResultType)

Determines if two SparkSessionResultType values are the same.

Implicit(String to SparkSessionResultType)

Converts a string to a SparkSessionResultType.

Inequality(SparkSessionResultType, SparkSessionResultType)

Determines if two SparkSessionResultType values are not the same.

Applies to