PrimingJobState Class

public final class PrimingJobState
extends ExpandableStringEnum<PrimingJobState>

The state of the priming operation.

Field Summary

Modifier and Type Field and Description
static final PrimingJobState COMPLETE

Static value Complete for PrimingJobState.

static final PrimingJobState PAUSED

Static value Paused for PrimingJobState.

static final PrimingJobState QUEUED

Static value Queued for PrimingJobState.

static final PrimingJobState RUNNING

Static value Running for PrimingJobState.

Constructor Summary

Constructor Description
PrimingJobState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PrimingJobState value.

Method Summary

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

Creates or finds a PrimingJobState from its string representation.

static Collection<PrimingJobState> values()

Gets known PrimingJobState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COMPLETE

public static final PrimingJobState COMPLETE

Static value Complete for PrimingJobState.

PAUSED

public static final PrimingJobState PAUSED

Static value Paused for PrimingJobState.

QUEUED

public static final PrimingJobState QUEUED

Static value Queued for PrimingJobState.

RUNNING

public static final PrimingJobState RUNNING

Static value Running for PrimingJobState.

Constructor Details

PrimingJobState

@Deprecated
public PrimingJobState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PrimingJobState value.

Method Details

fromString

public static PrimingJobState fromString(String name)

Creates or finds a PrimingJobState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PrimingJobState.

values

public static Collection values()

Gets known PrimingJobState values.

Returns:

known PrimingJobState values.

Applies to

Azure SDK for Java

Preview