Uses of Class
com.azure.resourcemanager.resources.models.WhatIfChange
-
Packages that use WhatIfChange Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 WhatIfChange Modifier and Type Method Description List<WhatIfChange>WhatIfOperationProperties. changes()Get the changes property: List of resource changes predicted by What-If operation.List<WhatIfChange>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 WhatIfChange Modifier and Type Method Description WhatIfOperationPropertiesWhatIfOperationProperties. withChanges(List<WhatIfChange> changes)Set the changes property: List of resource changes predicted by What-If operation.WhatIfOperationResultInnerWhatIfOperationResultInner. 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 WhatIfChange Modifier and Type Method Description WhatIfChangeWhatIfChange. withAfter(Object after)Set the after property: The predicted snapshot of the resource after the deployment is executed.WhatIfChangeWhatIfChange. withBefore(Object before)Set the before property: The snapshot of the resource before the deployment is executed.WhatIfChangeWhatIfChange. withChangeType(ChangeType changeType)Set the changeType property: Type of change that will be made to the resource when the deployment is executed.WhatIfChangeWhatIfChange. withDelta(List<WhatIfPropertyChange> delta)Set the delta property: The predicted changes to resource properties.WhatIfChangeWhatIfChange. withResourceId(String resourceId)Set the resourceId property: Resource ID.WhatIfChangeWhatIfChange. 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 Modifier and Type Method Description List<WhatIfChange>WhatIfOperationResult. changes()
-