| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | using System.Collections.Generic; |
| | 9 | |
|
| | 10 | | namespace Azure.ResourceManager.Compute.Models |
| | 11 | | { |
| | 12 | | /// <summary> The Update Resource model definition. </summary> |
| | 13 | | public partial class UpdateResource |
| | 14 | | { |
| | 15 | | /// <summary> Initializes a new instance of UpdateResource. </summary> |
| 16 | 16 | | public UpdateResource() |
| | 17 | | { |
| 16 | 18 | | } |
| | 19 | |
|
| | 20 | | /// <summary> Initializes a new instance of UpdateResource. </summary> |
| | 21 | | /// <param name="tags"> Resource tags. </param> |
| 0 | 22 | | internal UpdateResource(IDictionary<string, string> tags) |
| | 23 | | { |
| 0 | 24 | | Tags = tags; |
| 0 | 25 | | } |
| | 26 | |
|
| | 27 | | /// <summary> Resource tags. </summary> |
| 80 | 28 | | public IDictionary<string, string> Tags { get; set; } |
| | 29 | | } |
| | 30 | | } |