public class DeploymentWhatIfSettings extends Object
| Constructor and Description |
|---|
DeploymentWhatIfSettings() |
| Modifier and Type | Method and Description |
|---|---|
WhatIfResultFormat |
resultFormat()
Get the format of the What-If results.
|
DeploymentWhatIfSettings |
withResultFormat(WhatIfResultFormat resultFormat)
Set the format of the What-If results.
|
public WhatIfResultFormat resultFormat()
public DeploymentWhatIfSettings withResultFormat(WhatIfResultFormat resultFormat)
resultFormat - the resultFormat value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/