Class DeploymentWhatIfSettings
java.lang.Object
com.azure.resourcemanager.resources.models.DeploymentWhatIfSettings
Deployment What-If operation settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resultFormat property: The format of the What-If results.voidvalidate()Validates the instance.withResultFormat(WhatIfResultFormat resultFormat) Set the resultFormat property: The format of the What-If results.
-
Constructor Details
-
DeploymentWhatIfSettings
public DeploymentWhatIfSettings()
-
-
Method Details
-
resultFormat
Get the resultFormat property: The format of the What-If results.- Returns:
- the resultFormat value.
-
withResultFormat
Set the resultFormat property: The format of the What-If results.- Parameters:
resultFormat- the resultFormat value to set.- Returns:
- the DeploymentWhatIfSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-