| | 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.Network.Models |
| | 11 | | { |
| | 12 | | /// <summary> List of session IDs. </summary> |
| | 13 | | public partial class SessionIds |
| | 14 | | { |
| | 15 | | /// <summary> Initializes a new instance of SessionIds. </summary> |
| 0 | 16 | | public SessionIds() |
| | 17 | | { |
| 0 | 18 | | } |
| | 19 | |
|
| | 20 | | /// <summary> Initializes a new instance of SessionIds. </summary> |
| | 21 | | /// <param name="sessionIdsValue"> List of session IDs. </param> |
| 0 | 22 | | internal SessionIds(IList<string> sessionIdsValue) |
| | 23 | | { |
| 0 | 24 | | SessionIdsValue = sessionIdsValue; |
| 0 | 25 | | } |
| | 26 | |
|
| | 27 | | /// <summary> List of session IDs. </summary> |
| 0 | 28 | | public IList<string> SessionIdsValue { get; set; } |
| | 29 | | } |
| | 30 | | } |