INetworkManagementClient.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
IRouteOperations Routes { get; }
property IRouteOperations^ Routes {
IRouteOperations^ get();
}
abstract Routes : IRouteOperations with get
ReadOnly Property Routes As IRouteOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperations
See Also
INetworkManagementClient Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top