| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | using System.Collections.Generic; |
| | 5 | |
|
| | 6 | | namespace Azure.DigitalTwins.Core |
| | 7 | | { |
| | 8 | | /// <summary> |
| | 9 | | /// Constants useful for use with the digital twins client. |
| | 10 | | /// </summary> |
| | 11 | | internal static class ModelsConstants |
| | 12 | | { |
| | 13 | | /// <summary> |
| | 14 | | /// The application/json-patch+json operation to decommission a model. |
| | 15 | | /// </summary> |
| 2 | 16 | | internal static readonly IEnumerable<string> DecommissionModelOperationList = new[] { @"{ ""op"": ""replace"", " |
| | 17 | | } |
| | 18 | | } |