|  |  | 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 |  |  | 
|  |  | 10 |  | namespace Azure.ResourceManager.Network.Models | 
|  |  | 11 |  | { | 
|  |  | 12 |  |     /// <summary> List of P2S Vpn connection health request. </summary> | 
|  |  | 13 |  |     public partial class P2SVpnConnectionHealthRequest | 
|  |  | 14 |  |     { | 
|  |  | 15 |  |         /// <summary> Initializes a new instance of P2SVpnConnectionHealthRequest. </summary> | 
|  | 0 | 16 |  |         public P2SVpnConnectionHealthRequest() | 
|  |  | 17 |  |         { | 
|  | 0 | 18 |  |         } | 
|  |  | 19 |  |  | 
|  |  | 20 |  |         /// <summary> Initializes a new instance of P2SVpnConnectionHealthRequest. </summary> | 
|  |  | 21 |  |         /// <param name="vpnUserNamesFilter"> The list of p2s vpn user names whose p2s vpn connection detailed health to | 
|  |  | 22 |  |         /// <param name="outputBlobSasUrl"> The sas-url to download the P2S Vpn connection health detail. </param> | 
|  | 0 | 23 |  |         internal P2SVpnConnectionHealthRequest(IList<string> vpnUserNamesFilter, string outputBlobSasUrl) | 
|  |  | 24 |  |         { | 
|  | 0 | 25 |  |             VpnUserNamesFilter = vpnUserNamesFilter; | 
|  | 0 | 26 |  |             OutputBlobSasUrl = outputBlobSasUrl; | 
|  | 0 | 27 |  |         } | 
|  |  | 28 |  |  | 
|  |  | 29 |  |         /// <summary> The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for. </summary | 
|  | 0 | 30 |  |         public IList<string> VpnUserNamesFilter { get; set; } | 
|  |  | 31 |  |         /// <summary> The sas-url to download the P2S Vpn connection health detail. </summary> | 
|  | 0 | 32 |  |         public string OutputBlobSasUrl { get; set; } | 
|  |  | 33 |  |     } | 
|  |  | 34 |  | } |