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

VNet 类

定义

虚拟网络的属性。

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

构造函数

VNet()

初始化 VNet 类的新实例。

属性

DnsServers

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

(继承自 VNetCommonFields)
GatewayIp

可选。 网关 IP 地址。

(继承自 VNetCommonFields)
GatewaySubnet

可选。 网关子网地址。

(继承自 VNetCommonFields)
GatewayType

可选。 网关类型。

(继承自 VNetCommonFields)
LocalAddressSpaces

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

(继承自 VNetCommonFields)
Name

可选。 虚拟网络名称。

Region

可选。 虚拟网络区域。

(继承自 VNetCommonFields)
SharedKey

可选。 VPN 设备要使用的共享密钥。

State

可选。 虚拟网络状态。

StateInfo

可选。 有关虚拟网络状态的其他信息。

UpgradeInProgress

可选。 指示 VNet 当前是否正在升级的标志。

VnetAddressSpaces

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

(继承自 VNetCommonFields)
VpnAddress

可选。 VPN 设备的 IP 地址。

(继承自 VNetCommonFields)

适用于