VpnLinkProviderProperties 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
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.