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

ScaleRuleAuth Class

Auth Secrets for Container App Scale Rule.

Inheritance
azure.mgmt.web._serialization.Model
ScaleRuleAuth

Constructor

ScaleRuleAuth(*, secret_ref: str | None = None, trigger_parameter: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
secret_ref
str

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

trigger_parameter
str

Trigger Parameter that uses the secret.

Variables

Name Description
secret_ref
str

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

trigger_parameter
str

Trigger Parameter that uses the secret.