| | 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.DigitalTwins.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 DigitalTwins. </param> |
| | 20 | | /// <param name="resource"> Resource Type: DigitalTwinsInstances. </param> |
| | 21 | | /// <param name="operation"> Name of the operation. </param> |
| | 22 | | /// <param name="description"> Friendly description for the operation,. </param> |
| 0 | 23 | | internal OperationDisplay(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 DigitalTwins. </summary> |
| 0 | 32 | | public string Provider { get; } |
| | 33 | | /// <summary> Resource Type: DigitalTwinsInstances. </summary> |
| 0 | 34 | | public string Resource { get; } |
| | 35 | | /// <summary> Name of the operation. </summary> |
| 0 | 36 | | public string Operation { get; } |
| | 37 | | /// <summary> Friendly description for the operation,. </summary> |
| 0 | 38 | | public string Description { get; } |
| | 39 | | } |
| | 40 | | } |