P2SVpnConnectionHealth 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
P2SVpnConnectionHealth() |
Initializes a new instance of the P2SVpnConnectionHealth class. |
P2SVpnConnectionHealth(String) |
Initializes a new instance of the P2SVpnConnectionHealth class. |
P2SVpnConnectionHealth()
Initializes a new instance of the P2SVpnConnectionHealth class.
public P2SVpnConnectionHealth ();
Public Sub New ()
Applies to
P2SVpnConnectionHealth(String)
Initializes a new instance of the P2SVpnConnectionHealth class.
public P2SVpnConnectionHealth (string sasUrl = default);
new Microsoft.Azure.Management.Network.Models.P2SVpnConnectionHealth : string -> Microsoft.Azure.Management.Network.Models.P2SVpnConnectionHealth
Public Sub New (Optional sasUrl As String = Nothing)
Parameters
- sasUrl
- String
Returned sas url of the blob to which the p2s vpn connection detailed health will be written.
Applies to
Azure SDK for .NET