public final class Code extends com.microsoft.rest.ExpandableStringEnum<Code>
| Modifier and Type | Field and Description |
|---|---|
static Code |
RUNNING
Static value Running for Code.
|
static Code |
STOPPED
Static value Stopped for Code.
|
| Constructor and Description |
|---|
Code() |
| Modifier and Type | Method and Description |
|---|---|
static Code |
fromString(String name)
Creates or finds a Code from its string representation.
|
static Collection<Code> |
values() |
public static final Code RUNNING
public static final Code STOPPED
public static Code fromString(String name)
name - a name to look forpublic static Collection<Code> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/