Share via


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>

Définit les valeurs de TagsPatchOperation.

Récapitulatif du champ

Modificateur et type Champ et description
static final TagsPatchOperation DELETE

Valeur statique Supprimer pour l’opération de correctifde balises.

static final TagsPatchOperation MERGE

Valeur statique Fusion pour l’opération de correctifde balises.

static final TagsPatchOperation REPLACE

Valeur statique Remplacer pour l’opération de correctifde balises.

Récapitulatif du constructeur

Constructeur Description
TagsPatchOperation()

Résumé de la méthode

Modificateur et type Méthode et description
static TagsPatchOperation fromString(String name)

Crée ou recherche une opération de correctifde balisesà partir de sa représentation sous forme de chaîne.

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

Méthodes héritées 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éthodes héritées 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

Détails du champ

DELETE

public static final TagsPatchOperation DELETE

Valeur statique Delete pour TagsPatchOperation.

MERGE

public static final TagsPatchOperation MERGE

Valeur statique Fusion pour TagsPatchOperation.

REPLACE

public static final TagsPatchOperation REPLACE

Valeur statique Remplacer pour TagsPatchOperation.

Détails du constructeur

TagsPatchOperation

public TagsPatchOperation()

Détails de la méthode

fromString

public static TagsPatchOperation fromString(String name)

Crée ou recherche un TagsPatchOperation à partir de sa représentation sous forme de chaîne.

Parameters:

name - nom à rechercher

Returns:

BalisesPatchOperation correspondantes

values

public static Collection values()

Returns:

valeurs TagsPatchOperation connues

S’applique à