VNetParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET