| | 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> The deployment export result. </summary> |
| | 11 | | public partial class DeploymentExportResult |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of DeploymentExportResult. </summary> |
| 0 | 14 | | internal DeploymentExportResult() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of DeploymentExportResult. </summary> |
| | 19 | | /// <param name="template"> The template content. </param> |
| 0 | 20 | | internal DeploymentExportResult(object template) |
| | 21 | | { |
| 0 | 22 | | Template = template; |
| 0 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> The template content. </summary> |
| 0 | 26 | | public object Template { get; } |
| | 27 | | } |
| | 28 | | } |