Uses of Class
com.azure.resourcemanager.resources.models.WhatIfChange
Packages that use WhatIfChange
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of WhatIfChange in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type WhatIfChangeModifier and TypeMethodDescriptionWhatIfOperationProperties.changes()Get the changes property: List of resource changes predicted by What-If operation.WhatIfOperationResultInner.changes()Get the changes property: List of resource changes predicted by What-If operation.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type WhatIfChangeModifier and TypeMethodDescriptionWhatIfOperationProperties.withChanges(List<WhatIfChange> changes) Set the changes property: List of resource changes predicted by What-If operation.WhatIfOperationResultInner.withChanges(List<WhatIfChange> changes) Set the changes property: List of resource changes predicted by What-If operation. -
Uses of WhatIfChange in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return WhatIfChangeModifier and TypeMethodDescriptionSet the after property: The predicted snapshot of the resource after the deployment is executed.WhatIfChange.withBefore(Object before) Set the before property: The snapshot of the resource before the deployment is executed.WhatIfChange.withChangeType(ChangeType changeType) Set the changeType property: Type of change that will be made to the resource when the deployment is executed.WhatIfChange.withDelta(List<WhatIfPropertyChange> delta) Set the delta property: The predicted changes to resource properties.WhatIfChange.withResourceId(String resourceId) Set the resourceId property: Resource ID.WhatIfChange.withUnsupportedReason(String unsupportedReason) Set the unsupportedReason property: The explanation about why the resource is unsupported by What-If.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type WhatIfChange