| | 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 Azure; |
| | 9 | | using Azure.Core; |
| | 10 | |
|
| | 11 | | namespace Azure.Analytics.Synapse.Artifacts |
| | 12 | | { |
| | 13 | | internal class DataFlowDebugSessionCreateDataFlowDebugSessionHeaders |
| | 14 | | { |
| | 15 | | private readonly Response _response; |
| 0 | 16 | | public DataFlowDebugSessionCreateDataFlowDebugSessionHeaders(Response response) |
| | 17 | | { |
| 0 | 18 | | _response = response; |
| 0 | 19 | | } |
| | 20 | | /// <summary> URI to poll for asynchronous operation status. </summary> |
| 0 | 21 | | public string Location => _response.Headers.TryGetValue("location", out string value) ? value : null; |
| | 22 | | } |
| | 23 | | } |