TagsPatchOperation Class

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

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

Defines values for TagsPatchOperation.

Field Summary

Modifier and Type Field and Description
static final TagsPatchOperation DELETE

Static value Delete for TagsPatchOperation.

static final TagsPatchOperation MERGE

Static value Merge for TagsPatchOperation.

static final TagsPatchOperation REPLACE

Static value Replace for TagsPatchOperation.

Constructor Summary

Constructor Description
TagsPatchOperation()

Method Summary

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

Creates or finds a TagsPatchOperation from its string representation.

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

DELETE

public static final TagsPatchOperation DELETE

Static value Delete for TagsPatchOperation.

MERGE

public static final TagsPatchOperation MERGE

Static value Merge for TagsPatchOperation.

REPLACE

public static final TagsPatchOperation REPLACE

Static value Replace for TagsPatchOperation.

Constructor Details

TagsPatchOperation

public TagsPatchOperation()

Method Details

fromString

public static TagsPatchOperation fromString(String name)

Creates or finds a TagsPatchOperation from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding TagsPatchOperation

values

public static Collection values()

Returns:

known TagsPatchOperation values

Applies to