ManagementOperationState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.ManagementOperationState

public final class ManagementOperationState
extends com.microsoft.rest.ExpandableStringEnum<ManagementOperationState>

Defines values for ManagementOperationState.

Field Summary

Modifier and Type Field and Description
static final ManagementOperationState CANCELLED

Static value Cancelled for ManagementOperationState.

static final ManagementOperationState CANCEL_IN_PROGRESS

Static value CancelInProgress for ManagementOperationState.

static final ManagementOperationState FAILED

Static value Failed for ManagementOperationState.

static final ManagementOperationState IN_PROGRESS

Static value InProgress for ManagementOperationState.

static final ManagementOperationState PENDING

Static value Pending for ManagementOperationState.

static final ManagementOperationState SUCCEEDED

Static value Succeeded for ManagementOperationState.

Constructor Summary

Constructor Description
ManagementOperationState()

Method Summary

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

Creates or finds a ManagementOperationState from its string representation.

static java.util.Collection<ManagementOperationState> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

CANCELLED

public static final ManagementOperationState CANCELLED

Static value Cancelled for ManagementOperationState.

CANCEL_IN_PROGRESS

public static final ManagementOperationState CANCEL_IN_PROGRESS

Static value CancelInProgress for ManagementOperationState.

FAILED

public static final ManagementOperationState FAILED

Static value Failed for ManagementOperationState.

IN_PROGRESS

public static final ManagementOperationState IN_PROGRESS

Static value InProgress for ManagementOperationState.

PENDING

public static final ManagementOperationState PENDING

Static value Pending for ManagementOperationState.

SUCCEEDED

public static final ManagementOperationState SUCCEEDED

Static value Succeeded for ManagementOperationState.

Constructor Details

ManagementOperationState

public ManagementOperationState()

Method Details

fromString

public static ManagementOperationState fromString(String name)

Creates or finds a ManagementOperationState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ManagementOperationState

values

public static Collection values()

Returns:

known ManagementOperationState values

Applies to