VNet Class

Definition

Properties of the virtual network.

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

Constructors

VNet()

Initializes a new instance of the VNet class.

Properties

DnsServers

Optional. A list of DNS server IP addresses.

(Inherited from VNetCommonFields)
GatewayIp

Optional. A gateway IP address.

(Inherited from VNetCommonFields)
GatewaySubnet

Optional. A gateway subnet address.

(Inherited from VNetCommonFields)
GatewayType

Optional. Gateway type.

(Inherited from VNetCommonFields)
LocalAddressSpaces

Optional. A list of local network CIDR address spaces.

(Inherited from VNetCommonFields)
Name

Optional. Virtual network name.

Region

Optional. Virtual network region.

(Inherited from VNetCommonFields)
SharedKey

Optional. The shared key for the VPN device to use.

State

Optional. Virtual network state.

StateInfo

Optional. Additional information on the virtual network state.

UpgradeInProgress

Optional. Flag indicating whether the VNet is currently being upgraded.

VnetAddressSpaces

Optional. A list of virtual network CIDR address spaces.

(Inherited from VNetCommonFields)
VpnAddress

Optional. IP address of a VPN device.

(Inherited from VNetCommonFields)

Applies to