Class WhatIfPropertyChange
java.lang.Object
com.microsoft.azure.management.resources.WhatIfPropertyChange
The predicted change to the resource property.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionafter()
Get the value of the property after the deployment is executed.before()
Get the value of the property before the deployment is executed.children()
Get nested property changes.path()
Get the path of the property.Get the type of property change.Set the value of the property after the deployment is executed.withBefore
(Object before) Set the value of the property before the deployment is executed.withChildren
(List<WhatIfPropertyChange> children) Set nested property changes.Set the path of the property.withPropertyChangeType
(PropertyChangeType propertyChangeType) Set the type of property change.
-
Constructor Details
-
WhatIfPropertyChange
public WhatIfPropertyChange()
-
-
Method Details
-
path
Get the path of the property.- Returns:
- the path value
-
withPath
Set the path of the property.- Parameters:
path
- the path value to set- Returns:
- the WhatIfPropertyChange object itself.
-
propertyChangeType
Get the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array'.- Returns:
- the propertyChangeType value
-
withPropertyChangeType
Set the type of property change. Possible values include: 'Create', 'Delete', 'Modify', 'Array'.- Parameters:
propertyChangeType
- the propertyChangeType value to set- Returns:
- the WhatIfPropertyChange object itself.
-
before
Get the value of the property before the deployment is executed.- Returns:
- the before value
-
withBefore
Set the value of the property before the deployment is executed.- Parameters:
before
- the before value to set- Returns:
- the WhatIfPropertyChange object itself.
-
after
Get the value of the property after the deployment is executed.- Returns:
- the after value
-
withAfter
Set the value of the property after the deployment is executed.- Parameters:
after
- the after value to set- Returns:
- the WhatIfPropertyChange object itself.
-
children
Get nested property changes.- Returns:
- the children value
-
withChildren
Set nested property changes.- Parameters:
children
- the children value to set- Returns:
- the WhatIfPropertyChange object itself.
-