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