Share via


TagsPatchOperation Clase

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resources.TagsPatchOperation

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

Define valores para TagsPatchOperation.

Resumen del campo

Modificador y tipo Campo y descripción
static final TagsPatchOperation DELETE

Valor estático Eliminar para la operación de revisiónde etiquetas.

static final TagsPatchOperation MERGE

Valor estático Combinar para la operación de revisiónde etiquetas.

static final TagsPatchOperation REPLACE

Valor estático Reemplazar para la operación de revisiónde etiquetas.

Resumen del constructor

Constructor Description
TagsPatchOperation()

Resumen del método

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

Crea o busca una operación de revisiónde etiquetasa partir de su representación de cadena.

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

DELETE

public static final TagsPatchOperation DELETE

Valor estático Delete para TagsPatchOperation.

MERGE

public static final TagsPatchOperation MERGE

Valor estático Merge para TagsPatchOperation.

REPLACE

public static final TagsPatchOperation REPLACE

Valor estático Reemplazar para TagsPatchOperation.

Detalles del constructor

TagsPatchOperation

public TagsPatchOperation()

Detalles del método

fromString

public static TagsPatchOperation fromString(String name)

Crea o busca una TagsPatchOperation a partir de su representación de cadena.

Parameters:

name - un nombre que se va a buscar

Returns:

tagsPatchOperation correspondiente

values

public static Collection values()

Returns:

Valores conocidos de TagsPatchOperation

Se aplica a