Uses of Class
com.azure.resourcemanager.resources.models.WhatIfPropertyChange
-
Packages that use WhatIfPropertyChange Package Description com.azure.resourcemanager.resources.models 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 WhatIfPropertyChange Modifier and Type Method Description WhatIfPropertyChangeWhatIfPropertyChange. withAfter(Object after)Set the after property: The value of the property after the deployment is executed.WhatIfPropertyChangeWhatIfPropertyChange. withBefore(Object before)Set the before property: The value of the property before the deployment is executed.WhatIfPropertyChangeWhatIfPropertyChange. withChildren(List<WhatIfPropertyChange> children)Set the children property: Nested property changes.WhatIfPropertyChangeWhatIfPropertyChange. withPath(String path)Set the path property: The path of the property.WhatIfPropertyChangeWhatIfPropertyChange. 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 WhatIfPropertyChange Modifier and Type Method Description List<WhatIfPropertyChange>WhatIfPropertyChange. children()Get the children property: Nested property changes.List<WhatIfPropertyChange>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 WhatIfPropertyChange Modifier and Type Method Description WhatIfPropertyChangeWhatIfPropertyChange. withChildren(List<WhatIfPropertyChange> children)Set the children property: Nested property changes.WhatIfChangeWhatIfChange. withDelta(List<WhatIfPropertyChange> delta)Set the delta property: The predicted changes to resource properties.
-