Uses of Class
com.azure.resourcemanager.resources.models.DeploymentWhatIfSettings
Packages that use DeploymentWhatIfSettings
Package
Description
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 DeploymentWhatIfSettingsModifier and TypeMethodDescriptionstatic DeploymentWhatIfSettingsDeploymentWhatIfSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentWhatIfSettings from the JsonReader.DeploymentWhatIfProperties.whatIfSettings()Get the whatIfSettings property: Optional What-If operation settings.DeploymentWhatIfSettings.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 DeploymentWhatIfSettingsModifier and TypeMethodDescriptionDeploymentWhatIfProperties.withWhatIfSettings(DeploymentWhatIfSettings whatIfSettings) Set the whatIfSettings property: Optional What-If operation settings.