Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AdditionalPolicyConfig interface
- Package:
- @azure-rest/core-client
Used to configure additional policies added to the pipeline at construction.
Properties
| policy | A policy to be added. |
| position | Determines if this policy be applied before or after retry logic.
Only use |
Property Details
policy
position
Determines if this policy be applied before or after retry logic.
Only use perRetry if you need to modify the request again
each time the operation is retried due to retryable service
issues.
position: "perCall" | "perRetry"
Property Value
"perCall" | "perRetry"
