Uses of Class
com.azure.resourcemanager.resources.models.WhatIfPropertyChange
Packages that use WhatIfPropertyChange
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of WhatIfPropertyChange in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return WhatIfPropertyChangeModifier and TypeMethodDescriptionSet the after property: The value of the property after the deployment is executed.WhatIfPropertyChange.withBefore(Object before) Set the before property: The value of the property before the deployment is executed.WhatIfPropertyChange.withChildren(List<WhatIfPropertyChange> children) Set the children property: Nested property changes.Set the path property: The path of the property.WhatIfPropertyChange.withPropertyChangeType(PropertyChangeType propertyChangeType) Set the propertyChangeType property: The type of property change.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type WhatIfPropertyChangeModifier and TypeMethodDescriptionWhatIfPropertyChange.children()Get the children property: Nested property changes.WhatIfChange.delta()Get the delta property: The predicted changes to resource properties.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type WhatIfPropertyChangeModifier and TypeMethodDescriptionWhatIfPropertyChange.withChildren(List<WhatIfPropertyChange> children) Set the children property: Nested property changes.WhatIfChange.withDelta(List<WhatIfPropertyChange> delta) Set the delta property: The predicted changes to resource properties.