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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python