VnetInfoInner Constructors

Definition

Overloads

VnetInfoInner()

Initializes a new instance of the VnetInfoInner class.

VnetInfoInner(String, String, String, String, String, String, String, IList<VnetRouteInner>, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the VnetInfoInner class.

VnetInfoInner()

Initializes a new instance of the VnetInfoInner class.

public VnetInfoInner ();
Public Sub New ()

Applies to

VnetInfoInner(String, String, String, String, String, String, String, IList<VnetRouteInner>, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the VnetInfoInner class.

public VnetInfoInner (string id = default, string name = default, string type = default, string kind = default, string vnetResourceId = default, string certThumbprint = default, string certBlob = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner> routes = default, bool? resyncRequired = default, string dnsServers = default, bool? isSwift = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetRouteInner> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.VnetInfoInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional vnetResourceId As String = Nothing, Optional certThumbprint As String = Nothing, Optional certBlob As String = Nothing, Optional routes As IList(Of VnetRouteInner) = Nothing, Optional resyncRequired As Nullable(Of Boolean) = Nothing, Optional dnsServers As String = Nothing, Optional isSwift As Nullable(Of Boolean) = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

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.

routes
IList<VnetRouteInner>

The routes that this Virtual Network connection uses.

resyncRequired
Nullable<Boolean>

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

isSwift
Nullable<Boolean>

Flag that is used to denote if this is VNET injection

Applies to