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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python