Delen via


ScaleRuleAuth Constructors

Definition

Overloads

ScaleRuleAuth()

Initializes a new instance of the ScaleRuleAuth class.

ScaleRuleAuth(String, String)

Initializes a new instance of the ScaleRuleAuth class.

ScaleRuleAuth()

Initializes a new instance of the ScaleRuleAuth class.

public ScaleRuleAuth ();
Public Sub New ()

Applies to

ScaleRuleAuth(String, String)

Initializes a new instance of the ScaleRuleAuth class.

public ScaleRuleAuth (string secretRef = default, string triggerParameter = default);
new Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth : string * string -> Microsoft.Azure.Management.WebSites.Models.ScaleRuleAuth
Public Sub New (Optional secretRef As String = Nothing, Optional triggerParameter As String = Nothing)

Parameters

secretRef
String

Name of the Container App secret from which to pull the auth params.

triggerParameter
String

Trigger Parameter that uses the secret

Applies to