LivyStates 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 batch state.
public readonly struct LivyStates : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.LivyStates>
type LivyStates = struct
Public Structure LivyStates
Implements IEquatable(Of LivyStates)
- Inheritance
-
LivyStates
- Implements
Constructors
LivyStates(String) |
Initializes a new instance of LivyStates. |
Properties
Busy |
busy. |
Dead |
dead. |
Error |
error. |
Idle |
idle. |
Killed |
killed. |
NotStarted |
not_started. |
Recovering |
recovering. |
Running |
running. |
ShuttingDown |
shutting_down. |
Starting |
starting. |
Success |
success. |
Methods
Equals(LivyStates) |
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(LivyStates, LivyStates) |
Determines if two LivyStates values are the same. |
Implicit(String to LivyStates) |
Converts a string to a LivyStates. |
Inequality(LivyStates, LivyStates) |
Determines if two LivyStates values are not the same. |
Applies to
Azure SDK for .NET