| | 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> The VMScaleSetConvertToSinglePlacementGroupInput. </summary> |
| | 11 | | public partial class VMScaleSetConvertToSinglePlacementGroupInput |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of VMScaleSetConvertToSinglePlacementGroupInput. </summary> |
| 0 | 14 | | public VMScaleSetConvertToSinglePlacementGroupInput() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of VMScaleSetConvertToSinglePlacementGroupInput. </summary> |
| | 19 | | /// <param name="activePlacementGroupId"> Id of the placement group in which you want future virtual machine ins |
| 0 | 20 | | internal VMScaleSetConvertToSinglePlacementGroupInput(string activePlacementGroupId) |
| | 21 | | { |
| 0 | 22 | | ActivePlacementGroupId = activePlacementGroupId; |
| 0 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> Id of the placement group in which you want future virtual machine instances to be placed. To quer |
| 0 | 26 | | public string ActivePlacementGroupId { get; set; } |
| | 27 | | } |
| | 28 | | } |