P2SVpnConnectionHealthRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
P2SVpnConnectionHealthRequest() |
Initializes a new instance of the P2SVpnConnectionHealthRequest class. |
P2SVpnConnectionHealthRequest(IList<String>, String) |
Initializes a new instance of the P2SVpnConnectionHealthRequest class. |
P2SVpnConnectionHealthRequest()
Initializes a new instance of the P2SVpnConnectionHealthRequest class.
public P2SVpnConnectionHealthRequest ();
Public Sub New ()
Applies to
P2SVpnConnectionHealthRequest(IList<String>, String)
Initializes a new instance of the P2SVpnConnectionHealthRequest class.
public P2SVpnConnectionHealthRequest (System.Collections.Generic.IList<string> vpnUserNamesFilter = default, string outputBlobSasUrl = default);
new Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnConnectionHealthRequest : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnConnectionHealthRequest
Public Sub New (Optional vpnUserNamesFilter As IList(Of String) = Nothing, Optional outputBlobSasUrl As String = Nothing)
Parameters
The list of p2s vpn user names whose p2s vpn connection detailed health to retrieve for.
- outputBlobSasUrl
- String
The sas-url to download the P2S Vpn connection health detail.
Applies to
Azure SDK for .NET