Class DeploymentWhatIfProperties
java.lang.Object
com.microsoft.azure.management.resources.DeploymentProperties
com.microsoft.azure.management.resources.DeploymentWhatIfProperties
Deployment What-if properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet optional What-If operation settings.withWhatIfSettings
(DeploymentWhatIfSettings whatIfSettings) Set optional What-If operation settings.Methods inherited from class com.microsoft.azure.management.resources.DeploymentProperties
debugSetting, expressionEvaluationOptions, mode, onErrorDeployment, parameters, parametersLink, template, templateLink, withDebugSetting, withExpressionEvaluationOptions, withMode, withOnErrorDeployment, withParameters, withParametersLink, withTemplate, withTemplateLink
-
Constructor Details
-
DeploymentWhatIfProperties
public DeploymentWhatIfProperties()
-
-
Method Details
-
whatIfSettings
Get optional What-If operation settings.- Returns:
- the whatIfSettings value
-
withWhatIfSettings
Set optional What-If operation settings.- Parameters:
whatIfSettings
- the whatIfSettings value to set- Returns:
- the DeploymentWhatIfProperties object itself.
-