| | | 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.Compute.Models |
| | | 9 | | { |
| | | 10 | | /// <summary> Virtual Machine Scale Set OS Upgrade History operation response. </summary> |
| | | 11 | | public partial class UpgradeOperationHistoricalStatusInfo |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of UpgradeOperationHistoricalStatusInfo. </summary> |
| | 0 | 14 | | internal UpgradeOperationHistoricalStatusInfo() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of UpgradeOperationHistoricalStatusInfo. </summary> |
| | | 19 | | /// <param name="properties"> Information about the properties of the upgrade operation. </param> |
| | | 20 | | /// <param name="type"> Resource type. </param> |
| | | 21 | | /// <param name="location"> Resource location. </param> |
| | 0 | 22 | | internal UpgradeOperationHistoricalStatusInfo(UpgradeOperationHistoricalStatusInfoProperties properties, string |
| | | 23 | | { |
| | 0 | 24 | | Properties = properties; |
| | 0 | 25 | | Type = type; |
| | 0 | 26 | | Location = location; |
| | 0 | 27 | | } |
| | | 28 | | |
| | | 29 | | /// <summary> Information about the properties of the upgrade operation. </summary> |
| | 0 | 30 | | public UpgradeOperationHistoricalStatusInfoProperties Properties { get; } |
| | | 31 | | /// <summary> Resource type. </summary> |
| | 0 | 32 | | public string Type { get; } |
| | | 33 | | /// <summary> Resource location. </summary> |
| | 0 | 34 | | public string Location { get; } |
| | | 35 | | } |
| | | 36 | | } |