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() | |
VnetInfo(String, String, String, String, String, String, Byte[], IList<VnetRoute>, Nullable<Boolean>, String) |
VnetInfo()
public VnetInfo ();
Public Sub New ()
Applies to
VnetInfo(String, String, String, String, String, String, Byte[], IList<VnetRoute>, Nullable<Boolean>, String)
public VnetInfo (string id = default, string name = default, string kind = default, string type = default, string vnetResourceId = default, string certThumbprint = default, byte[] certBlob = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetRoute> routes = default, bool? resyncRequired = default, string dnsServers = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo : string * string * string * string * string * string * byte[] * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetRoute> * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.VnetInfo
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 Byte() = Nothing, Optional routes As IList(Of VnetRoute) = Nothing, Optional resyncRequired As Nullable(Of Boolean) = Nothing, Optional dnsServers As String = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- vnetResourceId
- String
- certThumbprint
- String
- certBlob
- Byte[]
- dnsServers
- String