| | 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.Resources.Models |
| | 9 | | { |
| | 10 | | /// <summary> Microsoft.Features operation. </summary> |
| | 11 | | public partial class OperationAutoGenerated |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of OperationAutoGenerated. </summary> |
| 0 | 14 | | internal OperationAutoGenerated() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of OperationAutoGenerated. </summary> |
| | 19 | | /// <param name="name"> Operation name: {provider}/{resource}/{operation}. </param> |
| | 20 | | /// <param name="display"> The object that represents the operation. </param> |
| 0 | 21 | | internal OperationAutoGenerated(string name, OperationDisplayAutoGenerated display) |
| | 22 | | { |
| 0 | 23 | | Name = name; |
| 0 | 24 | | Display = display; |
| 0 | 25 | | } |
| | 26 | |
|
| | 27 | | /// <summary> Operation name: {provider}/{resource}/{operation}. </summary> |
| 0 | 28 | | public string Name { get; } |
| | 29 | | /// <summary> The object that represents the operation. </summary> |
| 0 | 30 | | public OperationDisplayAutoGenerated Display { get; } |
| | 31 | | } |
| | 32 | | } |