你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: