You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Authoring/IBackendContext.cs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,13 @@ public interface IBackendContext : IHaveExpressionContext
59
59
/// <param name="config"></param>
60
60
voidCacheStoreValue(CacheStoreValueConfigconfig);
61
61
62
+
/// <summary>
63
+
/// The policy inserts the policy fragment as-is at the location you select in the policy definition.<br />
64
+
/// Compiled to <a href="https://learn.microsoft.com/en-us/azure/api-management/include-fragment-policy">include-fragment</a> policy.
65
+
/// </summary>
66
+
/// <param name="fragmentId">A string. Specifies the identifier (name) of a policy fragment created in the API Management instance. Policy expressions aren't allowed.</param>
67
+
voidIncludeFragment(stringfragmentId);
68
+
62
69
/// <summary>
63
70
/// Inlines the specified policy as is to policy document.
/// The policy inserts the policy fragment as-is at the location you select in the policy definition.<br />
259
+
/// Compiled to <a href="https://learn.microsoft.com/en-us/azure/api-management/include-fragment-policy">include-fragment</a> policy.
260
+
/// </summary>
261
+
/// <param name="fragmentId">A string. Specifies the identifier (name) of a policy fragment created in the API Management instance. Policy expressions aren't allowed.</param>
262
+
voidIncludeFragment(stringfragmentId);
263
+
257
264
/// <summary>
258
265
/// Inlines the specified policy as is to policy document.
Copy file name to clipboardExpand all lines: src/Authoring/IOnErrorContext.cs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,13 @@ public interface IOnErrorContext : IHaveExpressionContext
110
110
/// <param name="config"></param>
111
111
voidCacheStoreValue(CacheStoreValueConfigconfig);
112
112
113
+
/// <summary>
114
+
/// The policy inserts the policy fragment as-is at the location you select in the policy definition.<br />
115
+
/// Compiled to <a href="https://learn.microsoft.com/en-us/azure/api-management/include-fragment-policy">include-fragment</a> policy.
116
+
/// </summary>
117
+
/// <param name="fragmentId">A string. Specifies the identifier (name) of a policy fragment created in the API Management instance. Policy expressions aren't allowed.</param>
118
+
voidIncludeFragment(stringfragmentId);
119
+
113
120
/// <summary>
114
121
/// Inlines the specified policy as is to policy document.
Copy file name to clipboardExpand all lines: src/Authoring/IOutboundContext.cs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,13 @@ public interface IOutboundContext : IHaveExpressionContext
132
132
/// <param name="config"></param>
133
133
voidCacheStoreValue(CacheStoreValueConfigconfig);
134
134
135
+
/// <summary>
136
+
/// The policy inserts the policy fragment as-is at the location you select in the policy definition.<br />
137
+
/// Compiled to <a href="https://learn.microsoft.com/en-us/azure/api-management/include-fragment-policy">include-fragment</a> policy.
138
+
/// </summary>
139
+
/// <param name="fragmentId">A string. Specifies the identifier (name) of a policy fragment created in the API Management instance. Policy expressions aren't allowed.</param>
140
+
voidIncludeFragment(stringfragmentId);
141
+
135
142
/// <summary>
136
143
/// Inlines the specified policy as is to policy document.
0 commit comments