Share via


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

public Gateway Gateway { get; set; }

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