| | 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.EventHubs.Models |
| | 9 | | { |
| | 10 | | /// <summary> The object that represents the operation. </summary> |
| | 11 | | public partial class OperationDisplay |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of OperationDisplay. </summary> |
| 0 | 14 | | internal OperationDisplay() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of OperationDisplay. </summary> |
| | 19 | | /// <param name="provider"> Service provider: Microsoft.EventHub. </param> |
| | 20 | | /// <param name="resource"> Resource on which the operation is performed: Invoice, etc. </param> |
| | 21 | | /// <param name="operation"> Operation type: Read, write, delete, etc. </param> |
| 0 | 22 | | internal OperationDisplay(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.EventHub. </summary> |
| 0 | 30 | | public string Provider { get; } |
| | 31 | | /// <summary> Resource on which the operation is performed: Invoice, 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 | | } |