TagsPatchOperation Classe

  • 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.

Resumo do campo

Modificador e tipo Campo e descrição
static final TagsPatchOperation DELETE

Valor estático Excluir para a Operação de PatchdeMarcas.

static final TagsPatchOperation MERGE

Valor estático Mesclar para a Operação de PatchdeMarcas.

static final TagsPatchOperation REPLACE

Valor estático Substituir para a Operação de PatchdeMarcas.

Resumo do Construtor

Construtor Description
TagsPatchOperation()

Resumo do método

Modificador e tipo Método e descrição
static TagsPatchOperation fromString(String name)

Cria ou localiza uma Operação de Patchde Marcas de sua representação de cadeia de caracteres.

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

Métodos herdados 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 herdados 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

Detalhes do campo

DELETE

public static final TagsPatchOperation DELETE

Valor estático Excluir para TagsPatchOperation.

MERGE

public static final TagsPatchOperation MERGE

Valor estático Mesclar para TagsPatchOperation.

REPLACE

public static final TagsPatchOperation REPLACE

Valor estático Substituir por TagsPatchOperation.

Detalhes do construtor

TagsPatchOperation

public TagsPatchOperation()

Detalhes do método

fromString

public static TagsPatchOperation fromString(String name)

Cria ou localiza uma TagsPatchOperation de sua representação de cadeia de caracteres.

Parameters:

name - um nome para procurar

Returns:

o TagsPatchOperation correspondente

values

public static Collection values()

Returns:

valores conhecidos de TagsPatchOperation

Aplica-se a