| | | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | | 2 | | // Licensed under the MIT License. |
| | | 3 | | |
| | | 4 | | // <auto-generated/> |
| | | 5 | | |
| | | 6 | | #nullable disable |
| | | 7 | | |
| | | 8 | | using System.Collections.Generic; |
| | | 9 | | using Azure.Core; |
| | | 10 | | |
| | | 11 | | namespace Azure.Analytics.Synapse.Artifacts.Models |
| | | 12 | | { |
| | | 13 | | /// <summary> Azure Synapse top-level resource. </summary> |
| | | 14 | | internal partial class Resource |
| | | 15 | | { |
| | | 16 | | /// <summary> Initializes a new instance of Resource. </summary> |
| | 0 | 17 | | internal Resource() |
| | | 18 | | { |
| | 0 | 19 | | Tags = new ChangeTrackingDictionary<string, string>(); |
| | 0 | 20 | | } |
| | | 21 | | |
| | | 22 | | /// <summary> The resource identifier. </summary> |
| | 0 | 23 | | public string Id { get; } |
| | | 24 | | /// <summary> The resource name. </summary> |
| | 0 | 25 | | public string Name { get; } |
| | | 26 | | /// <summary> The resource type. </summary> |
| | 0 | 27 | | public string Type { get; } |
| | | 28 | | /// <summary> The resource location. </summary> |
| | 0 | 29 | | public string Location { get; } |
| | | 30 | | /// <summary> The resource tags. </summary> |
| | 0 | 31 | | public IReadOnlyDictionary<string, string> Tags { get; } |
| | | 32 | | /// <summary> Etag identifies change in the resource. </summary> |
| | 0 | 33 | | public string ETag { get; } |
| | | 34 | | } |
| | | 35 | | } |