VirtualNetworkSite.Gateway Property
Optional. The gateway that contains a list of Local Network Sites which enable the Virtual Network Site to communicate with a customer's on-premise networks.
Namespace: Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Usage
'Usage
Dim instance As VirtualNetworkSite
Dim value As Gateway
value = instance.Gateway
instance.Gateway = value
Syntax
'Declaration
Public Property Gateway As Gateway
public Gateway Gateway { get; set; }
public:
property Gateway^ Gateway {
Gateway^ get ();
void set (Gateway^ value);
}
/** @property */
public Gateway get_Gateway ()
/** @property */
public void set_Gateway (Gateway value)
public function get Gateway () : Gateway
public function set Gateway (value : Gateway)
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
VirtualNetworkSite Class
VirtualNetworkSite Members
Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse Namespace