| | | 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.Resources.Models |
| | | 11 | | { |
| | | 12 | | /// <summary> Result of the request to list Microsoft.Resources operations. It contains a list of operations and a U |
| | | 13 | | internal partial class OperationListResultAutoGenerated3 |
| | | 14 | | { |
| | | 15 | | /// <summary> Initializes a new instance of OperationListResultAutoGenerated3. </summary> |
| | 0 | 16 | | internal OperationListResultAutoGenerated3() |
| | | 17 | | { |
| | 0 | 18 | | } |
| | | 19 | | |
| | | 20 | | /// <summary> Initializes a new instance of OperationListResultAutoGenerated3. </summary> |
| | | 21 | | /// <param name="value"> List of Microsoft.Resources operations. </param> |
| | | 22 | | /// <param name="nextLink"> URL to get the next set of operation list results if there are any. </param> |
| | 0 | 23 | | internal OperationListResultAutoGenerated3(IReadOnlyList<OperationAutoGenerated3> value, string nextLink) |
| | | 24 | | { |
| | 0 | 25 | | Value = value; |
| | 0 | 26 | | NextLink = nextLink; |
| | 0 | 27 | | } |
| | | 28 | | |
| | | 29 | | /// <summary> List of Microsoft.Resources operations. </summary> |
| | 0 | 30 | | public IReadOnlyList<OperationAutoGenerated3> Value { get; } |
| | | 31 | | /// <summary> URL to get the next set of operation list results if there are any. </summary> |
| | 0 | 32 | | public string NextLink { get; } |
| | | 33 | | } |
| | | 34 | | } |