VnetInfo 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
VnetInfo() |
Initializes a new instance of the VnetInfo class. |
VnetInfo(String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>) |
Initializes a new instance of the VnetInfo class. |
VnetInfo()
Initializes a new instance of the VnetInfo class.
public VnetInfo ();
Public Sub New ()
Applies to
VnetInfo(String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)
Initializes a new instance of the VnetInfo class.
public VnetInfo (string vnetResourceId = default, string certThumbprint = default, string certBlob = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> routes = default, bool? resyncRequired = default, string dnsServers = default, bool? isSwift = default);
new Microsoft.Azure.Management.WebSites.Models.VnetInfo : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.VnetInfo
Public Sub New (Optional vnetResourceId As String = Nothing, Optional certThumbprint As String = Nothing, Optional certBlob As String = Nothing, Optional routes As IList(Of VnetRoute) = Nothing, Optional resyncRequired As Nullable(Of Boolean) = Nothing, Optional dnsServers As String = Nothing, Optional isSwift As Nullable(Of Boolean) = Nothing)
Parameters
- vnetResourceId
- String
The Virtual Network's resource ID.
- certThumbprint
- String
The client certificate thumbprint.
- certBlob
- String
A certificate file (.cer) blob containing the public key of the private key used to authenticate a Point-To-Site VPN connection.
<code>true</code> if a resync is required; otherwise, <code>false</code>.
- dnsServers
- String
DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
Applies to
Azure SDK for .NET