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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python