ScaleRuleAuth Class
Auth Secrets for Scale Rule.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelScaleRuleAuth
Constructor
ScaleRuleAuth(*, secret_ref: str | None = None, trigger_parameter: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
secret_ref
|
Name of the secret from which to pull the auth params. |
trigger_parameter
|
Trigger Parameter that uses the secret. |
Variables
Name | Description |
---|---|
secret_ref
|
Name of the secret from which to pull the auth params. |
trigger_parameter
|
Trigger Parameter that uses the secret. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python