WhatIfPropertyChange クラス
- java.
lang. Object - com.
microsoft. azure. management. resources. WhatIfPropertyChange
- com.
public class WhatIfPropertyChange
リソース プロパティに対する予測された変更。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
WhatIfPropertyChange() |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
java.lang.Object |
after()
デプロイの実行後に、 プロパティの値を取得します。 |
java.lang.Object |
before()
デプロイが実行される前に、 プロパティの値を取得します。 |
java.util.List<What |
children()
入れ子になったプロパティの変更を取得します。 |
java.lang.String |
path()
プロパティのパスを取得します。 |
Property |
propertyChangeType()
プロパティの変更の種類を取得します。 |
What |
withAfter(Object after)
デプロイの実行後に、 プロパティの値を設定します。 |
What |
withBefore(Object before)
デプロイを実行する前に、 プロパティの値を設定します。 |
What |
withChildren(List<WhatIfPropertyChange> children)
入れ子になったプロパティの変更を設定します。 |
What |
withPath(String path)
プロパティのパスを設定します。 |
What |
withPropertyChangeType(PropertyChangeType propertyChangeType)
プロパティの変更の種類を設定します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
WhatIfPropertyChange
public WhatIfPropertyChange()
メソッドの詳細
after
public Object after()
デプロイの実行後に、 プロパティの値を取得します。
Returns:
before
public Object before()
デプロイが実行される前に、 プロパティの値を取得します。
Returns:
children
public List
入れ子になったプロパティの変更を取得します。
Returns:
path
public String path()
プロパティのパスを取得します。
Returns:
propertyChangeType
public PropertyChangeType propertyChangeType()
プロパティの変更の種類を取得します。 指定できる値は、'Create'、'Delete'、'Modify'、'Array' です。
Returns:
withAfter
public WhatIfPropertyChange withAfter(Object after)
デプロイの実行後に、 プロパティの値を設定します。
Parameters:
Returns:
withBefore
public WhatIfPropertyChange withBefore(Object before)
デプロイを実行する前に、 プロパティの値を設定します。
Parameters:
Returns:
withChildren
public WhatIfPropertyChange withChildren(List
入れ子になったプロパティの変更を設定します。
Parameters:
Returns:
withPath
public WhatIfPropertyChange withPath(String path)
プロパティのパスを設定します。
Parameters:
Returns:
withPropertyChangeType
public WhatIfPropertyChange withPropertyChangeType(PropertyChangeType propertyChangeType)
プロパティの変更の種類を設定します。 指定できる値は、'Create'、'Delete'、'Modify'、'Array' です。
Parameters:
Returns:
適用対象
Azure SDK for Java