你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VnetInfoResource 构造函数

定义

重载

VnetInfoResource()

初始化 VnetInfoResource 类的新实例。

VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)

初始化 VnetInfoResource 类的新实例。

VnetInfoResource()

初始化 VnetInfoResource 类的新实例。

public VnetInfoResource ();
Public Sub New ()

适用于

VnetInfoResource(String, String, String, String, String, String, String, IList<VnetRoute>, Nullable<Boolean>, String, Nullable<Boolean>)

初始化 VnetInfoResource 类的新实例。

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)

参数

id
String

资源 ID。

name
String

资源名称。

kind
String

资源类型。

type
String

资源类型。

vnetResourceId
String

虚拟网络的资源 ID。

certThumbprint
String

客户端证书指纹。

certBlob
String

证书文件 (.cer) blob,其中包含用于对点到站点 VPN 连接进行身份验证的私钥的公钥。

routes
IList<VnetRoute>

此虚拟网络连接使用的路由。

resyncRequired
Nullable<Boolean>

<如果需要重新同步,则为 code true/code>;否则为<代码>false</code>。<>

dnsServers
String

此虚拟网络要使用的 DNS 服务器。 这应该是以逗号分隔的 IP 地址列表。

isSwift
Nullable<Boolean>

用于表示是否为 VNET 注入的标志

适用于