Uses of Class
com.microsoft.azure.management.resources.WhatIfChange
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of WhatIfChange in com.microsoft.azure.management.resources
Modifier and TypeMethodDescriptionSet the predicted snapshot of the resource after the deployment is executed.WhatIfChange.withBefore
(Object before) Set the snapshot of the resource before the deployment is executed.WhatIfChange.withChangeType
(ChangeType changeType) Set type of change that will be made to the resource when the deployment is executed.WhatIfChange.withDelta
(List<WhatIfPropertyChange> delta) Set the predicted changes to resource properties.WhatIfChange.withResourceId
(String resourceId) Set resource ID.