Uses of Class
com.microsoft.azure.management.resources.WhatIfPropertyChange
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of WhatIfPropertyChange in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionSet the value of the property after the deployment is executed.WhatIfPropertyChange.withBefore
(Object before) Set the value of the property before the deployment is executed.WhatIfPropertyChange.withChildren
(List<WhatIfPropertyChange> children) Set nested property changes.Set the path of the property.WhatIfPropertyChange.withPropertyChangeType
(PropertyChangeType propertyChangeType) Set the type of property change.Modifier and TypeMethodDescriptionWhatIfPropertyChange.children()
Get nested property changes.WhatIfChange.delta()
Get the predicted changes to resource properties.Modifier and TypeMethodDescriptionWhatIfPropertyChange.withChildren
(List<WhatIfPropertyChange> children) Set nested property changes.WhatIfChange.withDelta
(List<WhatIfPropertyChange> delta) Set the predicted changes to resource properties.