次の方法で共有


CustomScaleRule コンストラクター

定義

オーバーロード

CustomScaleRule()

CustomScaleRule クラスの新しいインスタンスを初期化します。

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

CustomScaleRule クラスの新しいインスタンスを初期化します。

CustomScaleRule()

CustomScaleRule クラスの新しいインスタンスを初期化します。

public CustomScaleRule ();
Public Sub New ()

適用対象

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

CustomScaleRule クラスの新しいインスタンスを初期化します。

public CustomScaleRule (string type = default, 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.CustomScaleRule : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> -> Microsoft.Azure.Management.WebSites.Models.CustomScaleRule
Public Sub New (Optional type As String = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing, Optional auth As IList(Of ScaleRuleAuth) = Nothing)

パラメーター

type
String

カスタム スケール ルールの種類 (例: azure-servicebus、redis など)。

metadata
IDictionary<String,String>

カスタム スケール ルールを記述するためのメタデータ プロパティ。

auth
IList<ScaleRuleAuth>

カスタム スケール ルールの認証シークレット。

適用対象