VNetParameter Class

Definition

Parameter details for virtual network create or update request.

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

Constructors

VNetParameter()

Initializes a new instance of the VNetParameter 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)
Region

Optional. Virtual network region.

(Inherited from VNetCommonFields)
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