DeploymentWhatIfSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.DeploymentWhatIfSettings

public final class DeploymentWhatIfSettings

Deployment What-If operation settings.

Constructor Summary

Constructor Description
DeploymentWhatIfSettings()

Creates an instance of DeploymentWhatIfSettings class.

Method Summary

Modifier and Type Method and Description
WhatIfResultFormat resultFormat()

Get the resultFormat property: The format of the What-If results.

void validate()

Validates the instance.

DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)

Set the resultFormat property: The format of the What-If results.

Methods inherited from java.lang.Object

Constructor Details

DeploymentWhatIfSettings

public DeploymentWhatIfSettings()

Creates an instance of DeploymentWhatIfSettings class.

Method Details

resultFormat

public WhatIfResultFormat resultFormat()

Get the resultFormat property: The format of the What-If results.

Returns:

the resultFormat value.

validate

public void validate()

Validates the instance.

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.

Applies to