Class DeploymentWhatIfSettings
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.DeploymentWhatIfSettings
-
public final class DeploymentWhatIfSettings extends Object
Deployment What-If operation settings.
-
-
Constructor Summary
Constructors Constructor Description DeploymentWhatIfSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WhatIfResultFormatresultFormat()Get the resultFormat property: The format of the What-If results.voidvalidate()Validates the instance.DeploymentWhatIfSettingswithResultFormat(WhatIfResultFormat resultFormat)Set the resultFormat property: The format of the What-If results.
-
-
-
Method Detail
-
resultFormat
public WhatIfResultFormat resultFormat()
Get the resultFormat property: The format of the What-If results.- Returns:
- the resultFormat value.
-
withResultFormat
public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)
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.
-
-