通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrchestrationServiceState Class

public final class OrchestrationServiceState
extends ExpandableStringEnum<OrchestrationServiceState>

The current state of the service.

Field Summary

Modifier and Type Field and Description
static final OrchestrationServiceState NOT_RUNNING

Static value NotRunning for OrchestrationServiceState.

static final OrchestrationServiceState RUNNING

Static value Running for OrchestrationServiceState.

static final OrchestrationServiceState SUSPENDED

Static value Suspended for OrchestrationServiceState.

Constructor Summary

Constructor Description
OrchestrationServiceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationServiceState value.

Method Summary

Modifier and Type Method and Description
static OrchestrationServiceState fromString(String name)

Creates or finds a OrchestrationServiceState from its string representation.

static Collection<OrchestrationServiceState> values()

Gets known OrchestrationServiceState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NOT_RUNNING

public static final OrchestrationServiceState NOT_RUNNING

Static value NotRunning for OrchestrationServiceState.

RUNNING

public static final OrchestrationServiceState RUNNING

Static value Running for OrchestrationServiceState.

SUSPENDED

public static final OrchestrationServiceState SUSPENDED

Static value Suspended for OrchestrationServiceState.

Constructor Details

OrchestrationServiceState

@Deprecated
public OrchestrationServiceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationServiceState value.

Method Details

fromString

public static OrchestrationServiceState fromString(String name)

Creates or finds a OrchestrationServiceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OrchestrationServiceState.

values

public static Collection<OrchestrationServiceState> values()

Gets known OrchestrationServiceState values.

Returns:

known OrchestrationServiceState values.

Applies to