你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HttpScaleRule 构造函数

定义

重载

HttpScaleRule()

初始化 HttpScaleRule 类的新实例。

HttpScaleRule(IDictionary<String,String>, IList<ScaleRuleAuth>)

初始化 HttpScaleRule 类的新实例。

HttpScaleRule()

初始化 HttpScaleRule 类的新实例。

public HttpScaleRule ();
Public Sub New ()

适用于

HttpScaleRule(IDictionary<String,String>, IList<ScaleRuleAuth>)

初始化 HttpScaleRule 类的新实例。

public HttpScaleRule (System.Collections.Generic.IDictionary<string,string> metadata = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> auth = default);
new Microsoft.Azure.Management.WebSites.Models.HttpScaleRule : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> -> Microsoft.Azure.Management.WebSites.Models.HttpScaleRule
Public Sub New (Optional metadata As IDictionary(Of String, String) = Nothing, Optional auth As IList(Of ScaleRuleAuth) = Nothing)

参数

metadata
IDictionary<String,String>

用于描述 http 缩放规则的元数据属性。

auth
IList<ScaleRuleAuth>

自定义缩放规则的身份验证机密。

适用于