次の方法で共有


WhatIfPropertyChange クラス

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

public class WhatIfPropertyChange

リソース プロパティに対する予測された変更。

コンストラクターの概要

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

メソッドの概要

修飾子と型 メソッドと説明
java.lang.Object after()

デプロイの実行後に、 プロパティの値を取得します。

java.lang.Object before()

デプロイが実行される前に、 プロパティの値を取得します。

java.util.List<WhatIfPropertyChange> children()

入れ子になったプロパティの変更を取得します。

java.lang.String path()

プロパティのパスを取得します。

PropertyChangeType propertyChangeType()

プロパティの変更の種類を取得します。

WhatIfPropertyChange withAfter(Object after)

デプロイの実行後に、 プロパティの値を設定します。

WhatIfPropertyChange withBefore(Object before)

デプロイを実行する前に、 プロパティの値を設定します。

WhatIfPropertyChange withChildren(List<WhatIfPropertyChange> children)

入れ子になったプロパティの変更を設定します。

WhatIfPropertyChange withPath(String path)

プロパティのパスを設定します。

WhatIfPropertyChange withPropertyChangeType(PropertyChangeType propertyChangeType)

プロパティの変更の種類を設定します。

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

コンストラクターの詳細

WhatIfPropertyChange

public WhatIfPropertyChange()

メソッドの詳細

after

public Object after()

デプロイの実行後に、 プロパティの値を取得します。

Returns:

after 値

before

public Object before()

デプロイが実行される前に、 プロパティの値を取得します。

Returns:

前の値

children

public List children()

入れ子になったプロパティの変更を取得します。

Returns:

子の値

path

public String path()

プロパティのパスを取得します。

Returns:

パス値

propertyChangeType

public PropertyChangeType propertyChangeType()

プロパティの変更の種類を取得します。 指定できる値は、'Create'、'Delete'、'Modify'、'Array' です。

Returns:

propertyChangeType 値

withAfter

public WhatIfPropertyChange withAfter(Object after)

デプロイの実行後に、 プロパティの値を設定します。

Parameters:

after - 設定する after 値

Returns:

WhatIfPropertyChange オブジェクト自体。

withBefore

public WhatIfPropertyChange withBefore(Object before)

デプロイを実行する前に、 プロパティの値を設定します。

Parameters:

before - 設定する before 値

Returns:

WhatIfPropertyChange オブジェクト自体。

withChildren

public WhatIfPropertyChange withChildren(List children)

入れ子になったプロパティの変更を設定します。

Parameters:

children - 設定する子値

Returns:

WhatIfPropertyChange オブジェクト自体。

withPath

public WhatIfPropertyChange withPath(String path)

プロパティのパスを設定します。

Parameters:

path - 設定するパス値

Returns:

WhatIfPropertyChange オブジェクト自体。

withPropertyChangeType

public WhatIfPropertyChange withPropertyChangeType(PropertyChangeType propertyChangeType)

プロパティの変更の種類を設定します。 指定できる値は、'Create'、'Delete'、'Modify'、'Array' です。

Parameters:

propertyChangeType - 設定する propertyChangeType 値

Returns:

WhatIfPropertyChange オブジェクト自体。

適用対象