Class DeploymentWhatIfSettings
java.lang.Object
com.microsoft.azure.management.resources.DeploymentWhatIfSettings
Deployment What-If operation settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the format of the What-If results.withResultFormat
(WhatIfResultFormat resultFormat) Set the format of the What-If results.
-
Constructor Details
-
DeploymentWhatIfSettings
public DeploymentWhatIfSettings()
-
-
Method Details
-
resultFormat
Get the format of the What-If results. Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'.- Returns:
- the resultFormat value
-
withResultFormat
Set the format of the What-If results. Possible values include: 'ResourceIdOnly', 'FullResourcePayloads'.- Parameters:
resultFormat
- the resultFormat value to set- Returns:
- the DeploymentWhatIfSettings object itself.
-