|   |  | 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> The object that represents the operation. </summary> | 
|   |  | 11 |  |     public partial class OperationDisplayAutoGenerated | 
|   |  | 12 |  |     { | 
|   |  | 13 |  |         /// <summary> Initializes a new instance of OperationDisplayAutoGenerated. </summary> | 
|   | 0 | 14 |  |         internal OperationDisplayAutoGenerated() | 
|   |  | 15 |  |         { | 
|   | 0 | 16 |  |         } | 
|   |  | 17 |  |  | 
|   |  | 18 |  |         /// <summary> Initializes a new instance of OperationDisplayAutoGenerated. </summary> | 
|   |  | 19 |  |         /// <param name="provider"> Service provider: Microsoft.Features. </param> | 
|   |  | 20 |  |         /// <param name="resource"> Resource on which the operation is performed: Profile, endpoint, etc. </param> | 
|   |  | 21 |  |         /// <param name="operation"> Operation type: Read, write, delete, etc. </param> | 
|   | 0 | 22 |  |         internal OperationDisplayAutoGenerated(string provider, string resource, string operation) | 
|   |  | 23 |  |         { | 
|   | 0 | 24 |  |             Provider = provider; | 
|   | 0 | 25 |  |             Resource = resource; | 
|   | 0 | 26 |  |             Operation = operation; | 
|   | 0 | 27 |  |         } | 
|   |  | 28 |  |  | 
|   |  | 29 |  |         /// <summary> Service provider: Microsoft.Features. </summary> | 
|   | 0 | 30 |  |         public string Provider { get; } | 
|   |  | 31 |  |         /// <summary> Resource on which the operation is performed: Profile, endpoint, etc. </summary> | 
|   | 0 | 32 |  |         public string Resource { get; } | 
|   |  | 33 |  |         /// <summary> Operation type: Read, write, delete, etc. </summary> | 
|   | 0 | 34 |  |         public string Operation { get; } | 
|   |  | 35 |  |     } | 
|   |  | 36 |  | } |