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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET