Share via


ProfileResourceState Clase

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

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

Define los valores de ProfileResourceState.

Resumen del campo

Modificador y tipo Campo y descripción
static final ProfileResourceState ACTIVE

Valor estático Activo para el estado del recurso deperfil.

static final ProfileResourceState CREATING

Valor estático Crear para el estado del recurso deperfil.

static final ProfileResourceState DELETING

Valor estático Eliminando el estado del recurso deperfil.

static final ProfileResourceState DISABLED

Valor estático Deshabilitado para el estado del recurso deperfil.

Resumen del constructor

Constructor Description
ProfileResourceState()

Resumen del método

Modificador y tipo Método y descripción
static ProfileResourceState fromString(String name)

Crea o busca un estado de recursode perfila partir de su representación de cadena.

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

Métodos heredados de 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

Métodos heredados de 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

Detalles del campo

ACTIVE

public static final ProfileResourceState ACTIVE

Valor estático Activo para ProfileResourceState.

CREATING

public static final ProfileResourceState CREATING

Valor estático Creating for ProfileResourceState.

DELETING

public static final ProfileResourceState DELETING

Valor estático Eliminando para ProfileResourceState.

DISABLED

public static final ProfileResourceState DISABLED

Valor estático Deshabilitado para ProfileResourceState.

Detalles del constructor

ProfileResourceState

public ProfileResourceState()

Detalles del método

fromString

public static ProfileResourceState fromString(String name)

Crea o busca un ProfileResourceState a partir de su representación de cadena.

Parameters:

name - un nombre que se va a buscar

Returns:

profileResourceState correspondiente

values

public static Collection values()

Returns:

Valores conocidos de ProfileResourceState

Se aplica a