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

VNetParameter 类

定义

虚拟网络创建或更新请求的参数详细信息。

public class VNetParameter : Microsoft.WindowsAzure.Management.RemoteApp.Models.VNetCommonFields
type VNetParameter = class
    inherit VNetCommonFields
Public Class VNetParameter
Inherits VNetCommonFields
继承
VNetParameter

构造函数

VNetParameter()

初始化 VNetParameter 类的新实例。

属性

DnsServers

可选。 DNS 服务器 IP 地址的列表。

(继承自 VNetCommonFields)
GatewayIp

可选。 网关 IP 地址。

(继承自 VNetCommonFields)
GatewaySubnet

可选。 网关子网地址。

(继承自 VNetCommonFields)
GatewayType

可选。 网关类型。

(继承自 VNetCommonFields)
LocalAddressSpaces

可选。 本地网络 CIDR 地址空间的列表。

(继承自 VNetCommonFields)
Region

可选。 虚拟网络区域。

(继承自 VNetCommonFields)
VnetAddressSpaces

可选。 虚拟网络 CIDR 地址空间的列表。

(继承自 VNetCommonFields)
VpnAddress

可选。 VPN 设备的 IP 地址。

(继承自 VNetCommonFields)

适用于