VpnServerConfigurationsResponseInner 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
VpnServerConfigurationsResponseInner() |
Initializes a new instance of the VpnServerConfigurationsResponseInner class. |
VpnServerConfigurationsResponseInner(IList<String>) |
Initializes a new instance of the VpnServerConfigurationsResponseInner class. |
VpnServerConfigurationsResponseInner()
Initializes a new instance of the VpnServerConfigurationsResponseInner class.
public VpnServerConfigurationsResponseInner ();
Public Sub New ()
Applies to
VpnServerConfigurationsResponseInner(IList<String>)
Initializes a new instance of the VpnServerConfigurationsResponseInner class.
public VpnServerConfigurationsResponseInner (System.Collections.Generic.IList<string> vpnServerConfigurationResourceIds = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigurationsResponseInner : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigurationsResponseInner
Public Sub New (Optional vpnServerConfigurationResourceIds As IList(Of String) = Nothing)
Parameters
List of VpnServerConfigurations associated with VirtualWan.
Applies to
Azure SDK for .NET