TagsPatchResource クラス

  • java.lang.Object
    • com.microsoft.azure.management.resources.TagsPatchResource

public class TagsPatchResource

タグパッチ API 要求のラッパー リソースのみ。

コンストラクターの概要

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

メソッドの概要

修飾子と型 メソッドと説明
TagsPatchOperation operation()

パッチ API の操作の種類を取得します。

Tags properties()

タグのセットを取得します。

TagsPatchResource withOperation(TagsPatchOperation operation)

パッチ API の操作の種類を設定します。

TagsPatchResource withProperties(Tags properties)

タグのセットを設定します。

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

TagsPatchResource

public TagsPatchResource()

メソッドの詳細

operation

public TagsPatchOperation operation()

パッチ API の操作の種類を取得します。 指定できる値は、'Replace'、'Merge'、'Delete' です。

Returns:

操作の値

properties

public Tags properties()

タグのセットを取得します。

Returns:

プロパティ値

withOperation

public TagsPatchResource withOperation(TagsPatchOperation operation)

パッチ API の操作の種類を設定します。 指定できる値は、'Replace'、'Merge'、'Delete' です。

Parameters:

operation - 設定する操作値

Returns:

TagsPatchResource オブジェクト自体。

withProperties

public TagsPatchResource withProperties(Tags properties)

タグのセットを設定します。

Parameters:

properties - 設定するプロパティ値

Returns:

TagsPatchResource オブジェクト自体。

適用対象