VnetInfoResource 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
VnetInfoResource() |
Initializes a new instance of the VnetInfoResource class. |
VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>) |
Initializes a new instance of the VnetInfoResource class. |
VnetInfoResource()
Initializes a new instance of the VnetInfoResource class.
public VnetInfoResource ();
Public Sub New ()
Applies to
VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)
Initializes a new instance of the VnetInfoResource class.
public VnetInfoResource (string id = default, string name = default, string kind = default, string type = default, 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.VnetInfoResource : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.VnetRoute> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Models.VnetInfoResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, 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
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- 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