| | | 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> P2S Vpn connection detailed health written to sas url. </summary> |
| | | 11 | | public partial class P2SVpnConnectionHealth |
| | | 12 | | { |
| | | 13 | | /// <summary> Initializes a new instance of P2SVpnConnectionHealth. </summary> |
| | 0 | 14 | | internal P2SVpnConnectionHealth() |
| | | 15 | | { |
| | 0 | 16 | | } |
| | | 17 | | |
| | | 18 | | /// <summary> Initializes a new instance of P2SVpnConnectionHealth. </summary> |
| | | 19 | | /// <param name="sasUrl"> Returned sas url of the blob to which the p2s vpn connection detailed health will be w |
| | 0 | 20 | | internal P2SVpnConnectionHealth(string sasUrl) |
| | | 21 | | { |
| | 0 | 22 | | SasUrl = sasUrl; |
| | 0 | 23 | | } |
| | | 24 | | |
| | | 25 | | /// <summary> Returned sas url of the blob to which the p2s vpn connection detailed health will be written. </su |
| | 0 | 26 | | public string SasUrl { get; } |
| | | 27 | | } |
| | | 28 | | } |