Share via


VpnLinkProviderProperties Constructors

Definition

Overloads

VpnLinkProviderProperties()

Initializes a new instance of the VpnLinkProviderProperties class.

VpnLinkProviderProperties(String, Nullable<Int32>)

Initializes a new instance of the VpnLinkProviderProperties class.

VpnLinkProviderProperties()

Initializes a new instance of the VpnLinkProviderProperties class.

public VpnLinkProviderProperties ();
Public Sub New ()

Applies to

VpnLinkProviderProperties(String, Nullable<Int32>)

Initializes a new instance of the VpnLinkProviderProperties class.

public VpnLinkProviderProperties (string linkProviderName = default, int? linkSpeedInMbps = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnLinkProviderProperties : string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.VpnLinkProviderProperties
Public Sub New (Optional linkProviderName As String = Nothing, Optional linkSpeedInMbps As Nullable(Of Integer) = Nothing)

Parameters

linkProviderName
String

Name of the link provider.

linkSpeedInMbps
Nullable<Int32>

Link speed.

Applies to