WebSiteGetConfigurationResponse.RoutingRules 属性

 

可选。 为网站的路由规则的列表。

命名空间:   Microsoft.WindowsAzure.Management.WebSites.Models
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

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)

属性值

Type: System.Collections.Generic.IList<RoutingRule>

请参阅

WebSiteGetConfigurationResponse 类
Microsoft.WindowsAzure.Management.WebSites.Models 命名空间

返回页首