Class ServerlessEndpointState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerlessEndpointState>
com.azure.resourcemanager.machinelearning.models.ServerlessEndpointState
public final class ServerlessEndpointState
extends com.azure.core.util.ExpandableStringEnum<ServerlessEndpointState>
State of the Serverless Endpoint.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerlessEndpointStateStatic value Creating for ServerlessEndpointState.static final ServerlessEndpointStateStatic value CreationFailed for ServerlessEndpointState.static final ServerlessEndpointStateStatic value Deleting for ServerlessEndpointState.static final ServerlessEndpointStateStatic value DeletionFailed for ServerlessEndpointState.static final ServerlessEndpointStateStatic value Online for ServerlessEndpointState.static final ServerlessEndpointStateStatic value Reinstating for ServerlessEndpointState.static final ServerlessEndpointStateStatic value Suspended for ServerlessEndpointState.static final ServerlessEndpointStateStatic value Suspending for ServerlessEndpointState.static final ServerlessEndpointStateStatic value Unknown for ServerlessEndpointState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerlessEndpointStatefromString(String name) Creates or finds a ServerlessEndpointState from its string representation.static Collection<ServerlessEndpointState>values()Gets known ServerlessEndpointState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for ServerlessEndpointState. -
CREATING
Static value Creating for ServerlessEndpointState. -
DELETING
Static value Deleting for ServerlessEndpointState. -
SUSPENDING
Static value Suspending for ServerlessEndpointState. -
REINSTATING
Static value Reinstating for ServerlessEndpointState. -
ONLINE
Static value Online for ServerlessEndpointState. -
SUSPENDED
Static value Suspended for ServerlessEndpointState. -
CREATION_FAILED
Static value CreationFailed for ServerlessEndpointState. -
DELETION_FAILED
Static value DeletionFailed for ServerlessEndpointState.
-
-
Constructor Details
-
ServerlessEndpointState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ServerlessEndpointState value.
-
-
Method Details
-
fromString
Creates or finds a ServerlessEndpointState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServerlessEndpointState.
-
values
Gets known ServerlessEndpointState values.- Returns:
- known ServerlessEndpointState values.
-
fromString(String)factory method.