Share via


GatewayCreateParameters.GatewayType Property

Gets or sets a GatewayType value that specifies the routing type for the Virtual Network Gateway.

Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)

Usage

'Usage
Dim instance As GatewayCreateParameters
Dim value As GatewayType

value = instance.GatewayType

instance.GatewayType = value

Syntax

'Declaration
Public Property GatewayType As GatewayType
public GatewayType GatewayType { get; set; }
public:
property GatewayType GatewayType {
    GatewayType get ();
    void set (GatewayType value);
}
/** @property */
public GatewayType get_GatewayType ()

/** @property */
public void set_GatewayType (GatewayType value)
public function get GatewayType () : GatewayType

public function set GatewayType (value : GatewayType)

Property Value

A GatewayType value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

GatewayCreateParameters Class
GatewayCreateParameters Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace