Share via


CustomScaleRule.Auth Property

Definition

Gets or sets authentication secrets for the custom scale rule.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to