Share via


NetworkManagementClient.Networks Property

 

The Network Management API includes operations for managing the virtual networks for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157182.aspx for more information)

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

Syntax

public virtual INetworkOperations Networks { get; }
public:
property INetworkOperations^ Networks {
    virtual INetworkOperations^ get();
}
abstract Networks : INetworkOperations with get
override Networks : INetworkOperations with get
Public Overridable ReadOnly Property Networks As INetworkOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Network.INetworkOperations

Implements

INetworkManagementClient.Networks

See Also

NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top