LivyStatementStates 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 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
Azure SDK for .NET