WebSiteUpdateConfigurationParameters::RoutingRules Property
Optional. List of routing rules for the website.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property IList<RoutingRule^>^ RoutingRules { IList<RoutingRule^>^ get(); void set(IList<RoutingRule^>^ value); }
Property Value
Type: System.Collections.Generic::IList<RoutingRule^>^
Show: