WebSiteUpdateConfigurationParameters::RoutingRules Property

 

Optional. List of routing rules for the website.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property IList<RoutingRule^>^ RoutingRules {
	IList<RoutingRule^>^ get();
	void set(IList<RoutingRule^>^ value);
}
Return to top
Show: