WebSiteGetConfigurationResponse.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)
Syntax
public IList<RoutingRule> RoutingRules { get; set; }
public:
property IList<RoutingRule^>^ RoutingRules {
IList<RoutingRule^>^ get();
void set(IList<RoutingRule^>^ value);
}
member RoutingRules : IList<RoutingRule> with get, set
Public Property RoutingRules As IList(Of RoutingRule)
Property Value
Type: System.Collections.Generic.IList<RoutingRule>
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top