public final class SparkSessionResultType extends com.azure.core.util.ExpandableStringEnum<SparkSessionResultType>
| Modifier and Type | Field and Description |
|---|---|
static SparkSessionResultType |
CANCELLED
Static value Cancelled for SparkSessionResultType.
|
static SparkSessionResultType |
FAILED
Static value Failed for SparkSessionResultType.
|
static SparkSessionResultType |
SUCCEEDED
Static value Succeeded for SparkSessionResultType.
|
static SparkSessionResultType |
UNCERTAIN
Static value Uncertain for SparkSessionResultType.
|
| Constructor and Description |
|---|
SparkSessionResultType() |
| Modifier and Type | Method and Description |
|---|---|
static SparkSessionResultType |
fromString(String name)
Creates or finds a SparkSessionResultType from its string representation.
|
static Collection<SparkSessionResultType> |
values() |
public static final SparkSessionResultType UNCERTAIN
public static final SparkSessionResultType SUCCEEDED
public static final SparkSessionResultType FAILED
public static final SparkSessionResultType CANCELLED
public static SparkSessionResultType fromString(String name)
name - a name to look for.public static Collection<SparkSessionResultType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.