TagsPatchOperation クラス

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

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

TagsPatchOperation の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final TagsPatchOperation DELETE

タグパッチ操作の静的な値 Delete。

static final TagsPatchOperation MERGE

タグパッチ操作の静的値マージ。

static final TagsPatchOperation REPLACE

タグパッチ操作の静的な値 Replace。

コンストラクターの概要

コンストラクター 説明
TagsPatchOperation()

メソッドの概要

修飾子と型 メソッドと説明
static TagsPatchOperation fromString(String name)

文字列表現から TagsPatchOperation を作成または検索します。

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

メソッドの継承元: 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

メソッドの継承元: 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

フィールドの詳細

DELETE

public static final TagsPatchOperation DELETE

TagsPatchOperation の静的な値 Delete。

MERGE

public static final TagsPatchOperation MERGE

TagsPatchOperation の静的な値 Merge。

REPLACE

public static final TagsPatchOperation REPLACE

TagsPatchOperation の静的な値 Replace。

コンストラクターの詳細

TagsPatchOperation

public TagsPatchOperation()

メソッドの詳細

fromString

public static TagsPatchOperation fromString(String name)

TagsPatchOperation を文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する TagsPatchOperation

values

public static Collection values()

Returns:

既知の TagsPatchOperation 値

適用対象