| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.ResourceManager.Resources.Models |
| | 9 | | { |
| | 10 | | /// <summary> Deployment What-If operation settings. </summary> |
| | 11 | | public partial class DeploymentWhatIfSettings |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of DeploymentWhatIfSettings. </summary> |
| 36 | 14 | | public DeploymentWhatIfSettings() |
| | 15 | | { |
| 36 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of DeploymentWhatIfSettings. </summary> |
| | 19 | | /// <param name="resultFormat"> The format of the What-If results. </param> |
| 0 | 20 | | internal DeploymentWhatIfSettings(WhatIfResultFormat? resultFormat) |
| | 21 | | { |
| 0 | 22 | | ResultFormat = resultFormat; |
| 0 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> The format of the What-If results. </summary> |
| 180 | 26 | | public WhatIfResultFormat? ResultFormat { get; set; } |
| | 27 | | } |
| | 28 | | } |