Share via


NetworkListResponse.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
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public NetworkListResponse.Gateway Gateway { get; set; }
public:
property NetworkListResponse::Gateway^ Gateway {
    NetworkListResponse::Gateway^ get();
    void set(NetworkListResponse::Gateway^ value);
}
member Gateway : NetworkListResponse.Gateway with get, set
Public Property Gateway As NetworkListResponse.Gateway

Property Value

Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkListResponse.Gateway

See Also

NetworkListResponse.VirtualNetworkSite Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top