| | 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.Network.Models |
| | 9 | | { |
| | 10 | | /// <summary> Configuration of the protocol. </summary> |
| | 11 | | public partial class ProtocolConfiguration |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of ProtocolConfiguration. </summary> |
| 0 | 14 | | public ProtocolConfiguration() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of ProtocolConfiguration. </summary> |
| | 19 | | /// <param name="httpConfiguration"> HTTP configuration of the connectivity check. </param> |
| 0 | 20 | | internal ProtocolConfiguration(HttpConfiguration httpConfiguration) |
| | 21 | | { |
| 0 | 22 | | HttpConfiguration = httpConfiguration; |
| 0 | 23 | | } |
| | 24 | |
|
| | 25 | | /// <summary> HTTP configuration of the connectivity check. </summary> |
| 0 | 26 | | public HttpConfiguration HttpConfiguration { get; set; } |
| | 27 | | } |
| | 28 | | } |