ProfileResourceState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.ProfileResourceState

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

Defines values for ProfileResourceState.

Field Summary

Modifier and Type Field and Description
static final ProfileResourceState ACTIVE

Static value Active for ProfileResourceState.

static final ProfileResourceState CREATING

Static value Creating for ProfileResourceState.

static final ProfileResourceState DELETING

Static value Deleting for ProfileResourceState.

static final ProfileResourceState DISABLED

Static value Disabled for ProfileResourceState.

Constructor Summary

Constructor Description
ProfileResourceState()

Method Summary

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

Creates or finds a ProfileResourceState from its string representation.

static java.util.Collection<ProfileResourceState> 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

ACTIVE

public static final ProfileResourceState ACTIVE

Static value Active for ProfileResourceState.

CREATING

public static final ProfileResourceState CREATING

Static value Creating for ProfileResourceState.

DELETING

public static final ProfileResourceState DELETING

Static value Deleting for ProfileResourceState.

DISABLED

public static final ProfileResourceState DISABLED

Static value Disabled for ProfileResourceState.

Constructor Details

ProfileResourceState

public ProfileResourceState()

Method Details

fromString

public static ProfileResourceState fromString(String name)

Creates or finds a ProfileResourceState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ProfileResourceState

values

public static Collection values()

Returns:

known ProfileResourceState values

Applies to