GatewayGetResponse.GatewayType Property
Gets or sets a GatewayType value that specifies the type of gateway routing that is used for the Virtual Network.
Namespace: Microsoft.WindowsAzure.Management.VirtualNetworks.Models
Assembly: Microsoft.WindowsAzure.Management.VirtualNetworks (in Microsoft.WindowsAzure.Management.VirtualNetworks.dll)
Usage
'Usage
Dim instance As GatewayGetResponse
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 and Windows Server 2008
Target Platforms
See Also
Reference
GatewayGetResponse Class
GatewayGetResponse Members
Microsoft.WindowsAzure.Management.VirtualNetworks.Models Namespace