WhatIfPropertyChange Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. WhatIfPropertyChange
- com.
Implements
public final class WhatIfPropertyChange
implements JsonSerializable<WhatIfPropertyChange>
The predicted change to the resource property.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Binary |
after()
Get the after property: The value of the property after the deployment is executed. |
|
Binary |
before()
Get the before property: The value of the property before the deployment is executed. |
|
List<What |
children()
Get the children property: Nested property changes. |
|
static
What |
fromJson(JsonReader jsonReader)
Reads an instance of What |
| String |
path()
Get the path property: The path of the property. |
|
Property |
propertyChangeType()
Get the property |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
after
public BinaryData after()
Get the after property: The value of the property after the deployment is executed.
Returns:
before
public BinaryData before()
Get the before property: The value of the property before the deployment is executed.
Returns:
children
public List<WhatIfPropertyChange> children()
Get the children property: Nested property changes.
Returns:
fromJson
public static WhatIfPropertyChange fromJson(JsonReader jsonReader)
Reads an instance of WhatIfPropertyChange from the JsonReader.
Parameters:
Returns:
Throws:
path
public String path()
Get the path property: The path of the property.
Returns:
propertyChangeType
public PropertyChangeType propertyChangeType()
Get the propertyChangeType property: The type of property change.
Returns: