LivyStatementStates Struct

Definition

The LivyStatementStates.

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

Constructors

LivyStatementStates(String)

Initializes a new instance of LivyStatementStates.

Properties

Available

available.

Cancelled

cancelled.

Cancelling

cancelling.

Error

error.

Running

running.

Waiting

waiting.

Methods

Equals(LivyStatementStates)

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

Determines if two LivyStatementStates values are the same.

Implicit(String to LivyStatementStates)

Converts a string to a LivyStatementStates.

Inequality(LivyStatementStates, LivyStatementStates)

Determines if two LivyStatementStates values are not the same.

Applies to