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
| Name | Description |
|---|---|
| LivyStatementStates(String) |
Initializes a new instance of LivyStatementStates. |
Properties
| Name | Description |
|---|---|
| Available |
available. |
| Cancelled |
cancelled. |
| Cancelling |
cancelling. |
| Error |
error. |
| Running |
running. |
| Waiting |
waiting. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |