RoutePolicyPatch interface
The Route Policy patch resource definition.
- Extends
Properties
| default |
Default action that needs to be applied when no condition is matched. Example: Permit | Deny. |
| statements | Route Policy statements. |
Inherited Properties
| tags | Resource tags. |
Property Details
defaultAction
Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
defaultAction?: string
Property Value
string
statements
Route Policy statements.
statements?: RoutePolicyStatementPatchProperties[]
Property Value
Inherited Property Details
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TagsUpdate.tags