次の方法で共有


CustomScaleRule.Auth プロパティ

定義

カスタム スケール ルールの認証シークレットを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="auth")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> Auth { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="auth")>]
member this.Auth : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth> with get, set
Public Property Auth As IList(Of ScaleRuleAuth)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象