VpnServerConfigurationsResponse Constructors

Definition

Overloads

VpnServerConfigurationsResponse()

Initializes a new instance of the VpnServerConfigurationsResponse class.

VpnServerConfigurationsResponse(IList<String>)

Initializes a new instance of the VpnServerConfigurationsResponse class.

VpnServerConfigurationsResponse()

Initializes a new instance of the VpnServerConfigurationsResponse class.

public VpnServerConfigurationsResponse ();
Public Sub New ()

Applies to

VpnServerConfigurationsResponse(IList<String>)

Initializes a new instance of the VpnServerConfigurationsResponse class.

public VpnServerConfigurationsResponse (System.Collections.Generic.IList<string> vpnServerConfigurationResourceIds = default);
new Microsoft.Azure.Management.Network.Models.VpnServerConfigurationsResponse : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.VpnServerConfigurationsResponse
Public Sub New (Optional vpnServerConfigurationResourceIds As IList(Of String) = Nothing)

Parameters

vpnServerConfigurationResourceIds
IList<String>

List of VpnServerConfigurations associated with VirtualWan.

Applies to