Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AddPipelineOptions interface
- Package:
- @azure/core-rest-pipeline
Options when adding a policy to the pipeline. Used to express dependencies on other policies.
Properties
| afterPhase | The phase that this policy must come after. |
| afterPolicies | Policies that this policy must come after. |
| beforePolicies | Policies that this policy must come before. |
| phase | The phase this policy belongs to. |
Property Details
afterPhase
afterPolicies
Policies that this policy must come after.
afterPolicies?: string[]
Property Value
string[]
beforePolicies
Policies that this policy must come before.
beforePolicies?: string[]
Property Value
string[]
