Share via


P2SVpnConnectionHealthRequest Constructors

Definition

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.Models.P2SVpnConnectionHealthRequest : System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.P2SVpnConnectionHealthRequest
Public Sub New (Optional vpnUserNamesFilter As IList(Of String) = Nothing, Optional outputBlobSasUrl As String = Nothing)

Parameters

vpnUserNamesFilter
IList<String>

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