IVirtualNetworkManagementClient.Gateways Property

Gets the IGatewayOperations object that contains the Virtual Network Gateway operations.

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

Usage

'Usage
Dim instance As IVirtualNetworkManagementClient
Dim value As IGatewayOperations

value = instance.Gateways

Syntax

'Declaration
ReadOnly Property Gateways As IGatewayOperations
IGatewayOperations Gateways { get; }
property IGatewayOperations^ Gateways {
    IGatewayOperations^ get ();
}
/** @property */
IGatewayOperations get_Gateways ()
function get Gateways () : IGatewayOperations

Property Value

The IGatewayOperations object.

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

IVirtualNetworkManagementClient Interface
IVirtualNetworkManagementClient Members
Microsoft.WindowsAzure.Management.VirtualNetworks Namespace