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.WhatIfOperationProperties.potentialChanges()Get the potentialChanges property: List of resource changes predicted by What-If operation.WhatIfOperationResultInner.potentialChanges()Get the potentialChanges 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.WhatIfOperationProperties.withPotentialChanges(List<WhatIfChange> potentialChanges) Set the potentialChanges property: List of resource changes predicted by What-If operation.WhatIfOperationResultInner.withPotentialChanges(List<WhatIfChange> potentialChanges) Set the potentialChanges 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 TypeMethodDescriptionstatic WhatIfChangeWhatIfChange.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WhatIfChange from the JsonReader.Set 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.withDeploymentId(String deploymentId) Set the deploymentId property: The resource id of the Deployment responsible for this change.WhatIfChange.withExtension(DeploymentExtensionDefinition extension) Set the extension property: The extension the resource was deployed with.WhatIfChange.withIdentifiers(Object identifiers) Set the identifiers property: A subset of properties that uniquely identify a Bicep extensible resource because it lacks a resource id like an Azure resource has.WhatIfChange.withResourceId(String resourceId) Set the resourceId property: Resource ID.WhatIfChange.withSymbolicName(String symbolicName) Set the symbolicName property: The symbolic name of the resource responsible for this change.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 WhatIfChangeModifier and TypeMethodDescriptionWhatIfOperationResult.changes()Gets list of resource changes predicted by What-If operation.