LiveEventResourceState Class

public final class LiveEventResourceState
extends ExpandableStringEnum<LiveEventResourceState>

The resource state of the live event. See https://go.microsoft.com/fwlink/?linkid=2139012 for more information.

Field Summary

Modifier and Type Field and Description
static final LiveEventResourceState ALLOCATING

Static value Allocating for LiveEventResourceState.

static final LiveEventResourceState DELETING

Static value Deleting for LiveEventResourceState.

static final LiveEventResourceState RUNNING

Static value Running for LiveEventResourceState.

static final LiveEventResourceState STAND_BY

Static value StandBy for LiveEventResourceState.

static final LiveEventResourceState STARTING

Static value Starting for LiveEventResourceState.

static final LiveEventResourceState STOPPED

Static value Stopped for LiveEventResourceState.

static final LiveEventResourceState STOPPING

Static value Stopping for LiveEventResourceState.

Constructor Summary

Constructor Description
LiveEventResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LiveEventResourceState value.

Method Summary

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

Creates or finds a LiveEventResourceState from its string representation.

static Collection<LiveEventResourceState> values()

Gets known LiveEventResourceState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOCATING

public static final LiveEventResourceState ALLOCATING

Static value Allocating for LiveEventResourceState.

DELETING

public static final LiveEventResourceState DELETING

Static value Deleting for LiveEventResourceState.

RUNNING

public static final LiveEventResourceState RUNNING

Static value Running for LiveEventResourceState.

STAND_BY

public static final LiveEventResourceState STAND_BY

Static value StandBy for LiveEventResourceState.

STARTING

public static final LiveEventResourceState STARTING

Static value Starting for LiveEventResourceState.

STOPPED

public static final LiveEventResourceState STOPPED

Static value Stopped for LiveEventResourceState.

STOPPING

public static final LiveEventResourceState STOPPING

Static value Stopping for LiveEventResourceState.

Constructor Details

LiveEventResourceState

@Deprecated
public LiveEventResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LiveEventResourceState value.

Method Details

fromString

public static LiveEventResourceState fromString(String name)

Creates or finds a LiveEventResourceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LiveEventResourceState.

values

public static Collection values()

Gets known LiveEventResourceState values.

Returns:

known LiveEventResourceState values.

Applies to