Uses of Class
com.azure.resourcemanager.resources.models.DeploymentWhatIfSettings
-
Packages that use DeploymentWhatIfSettings Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of DeploymentWhatIfSettings in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentWhatIfSettings Modifier and Type Method Description DeploymentWhatIfSettingsDeploymentWhatIfProperties. whatIfSettings()Get the whatIfSettings property: Optional What-If operation settings.DeploymentWhatIfSettingsDeploymentWhatIfSettings. withResultFormat(WhatIfResultFormat resultFormat)Set the resultFormat property: The format of the What-If results.Methods in com.azure.resourcemanager.resources.models with parameters of type DeploymentWhatIfSettings Modifier and Type Method Description DeploymentWhatIfPropertiesDeploymentWhatIfProperties. withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings)Set the whatIfSettings property: Optional What-If operation settings.
-