| | | 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> Specifies information about the proximity placement group. </summary> |
| | | 13 | | public partial class ProximityPlacementGroupUpdate : UpdateResource |
| | | 14 | | { |
| | | 15 | | /// <summary> Initializes a new instance of ProximityPlacementGroupUpdate. </summary> |
| | 0 | 16 | | public ProximityPlacementGroupUpdate() |
| | | 17 | | { |
| | 0 | 18 | | } |
| | | 19 | | |
| | | 20 | | /// <summary> Initializes a new instance of ProximityPlacementGroupUpdate. </summary> |
| | | 21 | | /// <param name="tags"> Resource tags. </param> |
| | 0 | 22 | | internal ProximityPlacementGroupUpdate(IDictionary<string, string> tags) : base(tags) |
| | | 23 | | { |
| | 0 | 24 | | } |
| | | 25 | | } |
| | | 26 | | } |