Aracılığıyla paylaş


VpnServerConfigurationsResponseInner Constructors

Definition

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

vpnServerConfigurationResourceIds
IList<String>

List of VpnServerConfigurations associated with VirtualWan.

Applies to