NetworkManagementClient.Routes Property
The Network Management API includes operations for managing the routes for your subscription.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public virtual IRouteOperations Routes { get; }
public:
property IRouteOperations^ Routes {
virtual IRouteOperations^ get();
}
abstract Routes : IRouteOperations with get
override Routes : IRouteOperations with get
Public Overridable ReadOnly Property Routes As IRouteOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperations
Implements
INetworkManagementClient.Routes
See Also
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top